X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=eb7cd61a1b07e7a936e126db5f9e622421d291a5;hb=11a902431b8e66da8486b3b9a2d8527746c6ab1a;hp=0578f929224d99a0cbbaf97e64a2f29477dc7b60;hpb=8f024479d4e702647e7a772e06f77391abcfa571;p=rust.git diff --git a/config.toml.example b/config.toml.example index 0578f929224..eb7cd61a1b0 100644 --- a/config.toml.example +++ b/config.toml.example @@ -61,8 +61,8 @@ # the same format as above, but since these targets are experimental, they are # not built by default and the experimental Rust compilation targets that depend # on them will not work unless the user opts in to building them. By default the -# `WebAssembly` target is enabled when compiling LLVM from scratch. -#experimental-targets = "WebAssembly" +# `WebAssembly` and `RISCV` targets are enabled when compiling LLVM from scratch. +#experimental-targets = "WebAssembly;RISCV" # Cap the number of parallel linker invocations when compiling LLVM. # This can be useful when building LLVM with debug info, which significantly @@ -360,6 +360,9 @@ # Print backtrace on internal compiler errors during bootstrap #backtrace-on-ice = false +# Whether to verify generated LLVM IR +#verify-llvm-ir = false + # ============================================================================= # Options for specific targets #