about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2018-09-06 11:06:32 +0200
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2018-09-07 17:33:45 +0200
commitef440686131096e08635df418a70507bfc621a30 (patch)
tree52a4574f6cb6ca62a01b6066c50dcabea841a2c8 /config.toml.example
parent5a3292f163da3327523ddec5bc44d17c2378ec37 (diff)
downloadrust-ef440686131096e08635df418a70507bfc621a30.tar.gz
rust-ef440686131096e08635df418a70507bfc621a30.zip
rustbuild: allow configuring llvm version suffix
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 35f69cd05b6..087dc418e2d 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -82,6 +82,10 @@
 # passed to prefer linking to shared libraries.
 #link-shared = false
 
+# When building llvm, this configures what is being appended to the version.
+# If absent, we let the version as-is.
+#version-suffix = "-rust"
+
 # On MSVC you can compile LLVM with clang-cl, but the test suite doesn't pass
 # with clang-cl, so this is special in that it only compiles LLVM with clang-cl
 #clang-cl = '/path/to/clang-cl.exe'