[all-commits] [llvm/llvm-project] b2edeb: [openmp] Add option to disable tsan tests (#111548)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Oct 9 02:29:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2edeb58b8cb3268acee425cd52b406eb60a8095
https://github.com/llvm/llvm-project/commit/b2edeb58b8cb3268acee425cd52b406eb60a8095
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M openmp/cmake/OpenMPTesting.cmake
M openmp/tools/archer/tests/CMakeLists.txt
M openmp/tools/archer/tests/lit.site.cfg.in
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list