about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorManuel Drehwald <git@manuel.drehwald.info>2021-07-20 02:38:39 +0200
committerManuel Drehwald <git@manuel.drehwald.info>2021-07-31 23:14:54 +0200
commit8f6827ffb7031abec81a1db40a0b6cbcf8a464af (patch)
treeb755378ee1d8e614a61a45175b639d50c0d55799 /config.toml.example
parent29f8de06d18cf197fbd229accdce82da62ba22e9 (diff)
downloadrust-8f6827ffb7031abec81a1db40a0b6cbcf8a464af.tar.gz
rust-8f6827ffb7031abec81a1db40a0b6cbcf8a464af.zip
add two new build flags to build clang and enable llvm plugins
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 775133f2ab3..c2d51c140b4 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -68,6 +68,9 @@ changelog-seen = 2
 # Indicates whether the LLVM assertions are enabled or not
 #assertions = false
 
+# Indicates whether the LLVM plugin is enabled or not
+#plugins = false
+
 # Indicates whether ccache is used when building LLVM
 #ccache = false
 # or alternatively ...
@@ -145,6 +148,9 @@ changelog-seen = 2
 # Whether to include the Polly optimizer.
 #polly = false
 
+# Whether to build the clang compiler.
+#clang = false
+
 # =============================================================================
 # General build configuration options
 # =============================================================================