X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=9121d1e17992657ed18cf73b9b974823a66bd1d6;hb=36d13cb01ba6a0a9b7c13ca2b9461a111cb3e395;hp=d4a77bb29603e4855c1f066374feb56bf3946fe4;hpb=6947dec3a687a2e8711dd18f702d9725e94cd52e;p=rust.git diff --git a/config.toml.example b/config.toml.example index d4a77bb2960..9121d1e1799 100644 --- a/config.toml.example +++ b/config.toml.example @@ -84,8 +84,9 @@ #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" +# The default is "-rust-$version-$channel", except for dev channel where rustc +# version number is omitted. To use LLVM version as is, provide an empty string. +#version-suffix = "-rust-dev" # 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