X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=312270532affc7bbaaaa1001f0effeb1bd229055;hb=9da428dad8eefa8a821214bc0fe0d4159ba4efed;hp=3159c19528af5083495dc0e31670c547b6e9cd4a;hpb=937abc9add210d3a28f5943795643e038e0711dd;p=rust.git diff --git a/config.toml.example b/config.toml.example index 3159c19528a..312270532af 100644 --- a/config.toml.example +++ b/config.toml.example @@ -322,6 +322,7 @@ # Flag indicating whether codegen tests will be run or not. If you get an error # saying that the FileCheck executable is missing, you may want to disable this. +# Also see the target's llvm-filecheck option. #codegen-tests = true # Flag indicating whether git info will be retrieved from .git automatically. @@ -416,6 +417,10 @@ # target. #llvm-config = "../path/to/llvm/root/bin/llvm-config" +# 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/FileCheck" + # Path to the custom jemalloc static library to link into the standard library # by default. This is only used if jemalloc is still enabled above #jemalloc = "/path/to/jemalloc/libjemalloc_pic.a" @@ -476,3 +481,7 @@ # as the one built on Windows will contain backslashes in paths causing problems # on linux #src-tarball = true +# + +# Whether to allow failures when building tools +#missing-tools = false