diff options
| author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2018-09-06 11:06:32 +0200 |
|---|---|---|
| committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2018-09-07 17:33:45 +0200 |
| commit | ef440686131096e08635df418a70507bfc621a30 (patch) | |
| tree | 52a4574f6cb6ca62a01b6066c50dcabea841a2c8 /config.toml.example | |
| parent | 5a3292f163da3327523ddec5bc44d17c2378ec37 (diff) | |
| download | rust-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.example | 4 |
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' |
