X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=4dd953a495d675a0499149dbfc3537a881dfb9d8;hb=d93f7f93c44a7106071411224c0615c7cfcb2468;hp=61e57eee782b8f3d68ad7891b06f4a3a0efb536c;hpb=714e904969b6ac7c8da446122952e154fd2e8ea7;p=rust.git diff --git a/config.toml.example b/config.toml.example index 61e57eee782..4dd953a495d 100644 --- a/config.toml.example +++ b/config.toml.example @@ -68,6 +68,12 @@ changelog-seen = 2 # Indicates whether the LLVM assertions are enabled or not #assertions = false +# Indicates whether the LLVM testsuite is enabled in the build or not. Does +# not execute the tests as part of the build as part of x.py build et al, +# just makes it possible to do `ninja check-llvm` in the staged LLVM build +# directory when doing LLVM development as part of Rust development. +#tests = false + # Indicates whether the LLVM plugin is enabled or not #plugins = false @@ -603,7 +609,11 @@ changelog-seen = 2 # Enable symbol-mangling-version v0. This can be helpful when profiling rustc, # as generics will be preserved in symbols (rather than erased into opaque T). -#new-symbol-mangling = false +# When no setting is given, the new scheme will be used when compiling the +# compiler and its tools and the legacy scheme will be used when compiling the +# standard library. +# If an explicit setting is given, it will be used for all parts of the codebase. +#new-symbol-mangling = true|false (see comment) # ============================================================================= # Options for specific targets