]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Rollup merge of #90853 - notriddle:notriddle/option-vec, r=GuillaumeGomez
[rust.git] / config.toml.example
index 97289befd3100238b382c392c4a87ac24521e9e2..4dd953a495d675a0499149dbfc3537a881dfb9d8 100644 (file)
@@ -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