X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=eb7cd61a1b07e7a936e126db5f9e622421d291a5;hb=11a902431b8e66da8486b3b9a2d8527746c6ab1a;hp=99073416334f59ef7b02fcae69c7ac276c3084d3;hpb=b317ab1bc5165333519761ba4a39129964ceced1;p=rust.git diff --git a/config.toml.example b/config.toml.example index 99073416334..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