X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=1edb390e0fef25e0334b6bf17cbe9f1ed7938a6b;hb=7652bc3f683d2d0a70ef4da47dc730bf41f2f87d;hp=e7e37c679e545ed66309e0878c7b7c64d3b0d976;hpb=f1b97ee7f8ffb1a814944b85c7e05a1555a7eda5;p=rust.git diff --git a/config.toml.example b/config.toml.example index e7e37c679e5..1edb390e0fe 100644 --- a/config.toml.example +++ b/config.toml.example @@ -478,7 +478,7 @@ changelog-seen = 2 # This is an array of the codegen backends that will be compiled for the rustc # that's being compiled. The default is to only build the LLVM codegen backend, -# and currently the only standard option supported is `"llvm"` +# and currently the only standard options supported are `"llvm"` and `"cranelift"`. #codegen-backends = ["llvm"] # Indicates whether LLD will be compiled and made available in the sysroot for @@ -527,7 +527,8 @@ changelog-seen = 2 #test-compare-mode = false # Use LLVM libunwind as the implementation for Rust's unwinder. -#llvm-libunwind = false +# Accepted values are 'in-tree' (formerly true), 'system' or 'no' (formerly false). +#llvm-libunwind = 'no' # Enable Windows Control Flow Guard checks in the standard library. # This only applies from stage 1 onwards, and only for Windows targets.