diff options
| author | Augie Fackler <augie@google.com> | 2021-10-18 17:59:00 -0400 |
|---|---|---|
| committer | Augie Fackler <augie@google.com> | 2021-10-18 20:19:13 -0400 |
| commit | f2a234e63c6f5db70a363507bf940dbc51d4efda (patch) | |
| tree | d00e9594c078cdd430aa6f09dfb847f1c1b8e94c /config.toml.example | |
| parent | 5dab47dcd8267b8769421b46532414ec36d625e3 (diff) | |
| download | rust-f2a234e63c6f5db70a363507bf940dbc51d4efda.tar.gz rust-f2a234e63c6f5db70a363507bf940dbc51d4efda.zip | |
config: add the option to enable LLVM tests
I'm working on some LLVM patches in concert with a Rust patch, and it's helping me quite a bit to have this as an option. It doesn't seem that hard, so I figured I'd formalize it in x.py and send it upstream.
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example index 61e57eee782..2128fdea2eb 100644 --- a/config.toml.example +++ b/config.toml.example @@ -68,6 +68,12 @@ changelog-seen = 2 # Indicates whether the LLVM assertions are enabled or not #assertions = false +# Indicates whether the LLVM testsuite is enabled in the build or not. Does +# not execute the tests as part of the build as part of x.py build et al, +# just makes it possible to do `ninja check-llvm` in the staged LLVM build +# directory when doing LLVM development as part of Rust development. +#tests = false + # Indicates whether the LLVM plugin is enabled or not #plugins = false |
