commit | 0b5e55c283643a314275987cebd3fcc3db9a9d64 | [log] [tgz] |
---|---|---|
author | Nikita Popov <npopov@redhat.com> | Wed Oct 09 11:29:30 2024 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Oct 09 02:30:21 2024 -0700 |
tree | d0d2f26aee73a4a768b18a5c7becdfa5003f0cea | |
parent | 9561897a57c6d0828c594c48ed4a05419bc6cd15 [diff] |
[openmp] Add option to disable tsan tests (#111548) This adds a OPENMP_TEST_ENABLE_TSAN option that allows to override whether tests using tsan will be enabled. The option defaults to the existing auto-detection. The background here is https://github.com/llvm/llvm-project/issues/111492, where we have some systems where tsan doesn't work, but we do still want to build it and run tests that don't use tsan. GitOrigin-RevId: b2edeb58b8cb3268acee425cd52b406eb60a8095