X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=a967d881b029b7facb6af929d2d18c3fc6bc6d93;hb=0568b0a3de4eb37bf187eb61a9f017ae0018ad8f;hp=b320cdcc109ddc061fec4a33b2fea4b379ed89e3;hpb=092f4600bb3c83e52db3c1a777afb26d0b84b80f;p=rust.git diff --git a/config.toml.example b/config.toml.example index b320cdcc109..a967d881b02 100644 --- a/config.toml.example +++ b/config.toml.example @@ -666,6 +666,10 @@ changelog-seen = 2 # target. #llvm-config = (path) +# Override detection of whether this is a Rust-patched LLVM. This would be used +# in conjunction with either an llvm-config or build.submodules = false. +#llvm-has-rust-patches = if llvm-config { false } else { true } + # Normally the build system can find LLVM's FileCheck utility, but if # not, you can specify an explicit file name for it. #llvm-filecheck = "/path/to/llvm-version/bin/FileCheck"