]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Auto merge of #53133 - Zoxc:gen-int, r=eddyb
[rust.git] / config.toml.example
index 99073416334f59ef7b02fcae69c7ac276c3084d3..107375ac5cc3a3fa0ce254f11adde571d29d6e60 100644 (file)
@@ -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
 # sysroot.
 #llvm-tools = false
 
+# Indicates whether LLDB will be made available in the sysroot.
+# This is only built if LLVM is also being built.
+#lldb = false
+
 # Whether to deny warnings in crates
 #deny-warnings = true