[all-commits] [llvm/llvm-project] 4540d6: [CMake] Track TSan's dependency on C++ headers
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Oct 6 13:59:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4540d6624838af2b190dfb33802528eb4bfb3fb8
https://github.com/llvm/llvm-project/commit/4540d6624838af2b190dfb33802528eb4bfb3fb8
Author: Petr Hosek <phosek at google.com>
Date: 2020-10-06 (Tue, 06 Oct 2020)
Changed paths:
M compiler-rt/cmake/Modules/AddCompilerRT.cmake
M compiler-rt/lib/tsan/CMakeLists.txt
Log Message:
-----------
[CMake] Track TSan's dependency on C++ headers
TSan relies on C++ headers, so when libc++ is being built as part of
the runtimes build, include an explicit dependency on cxx-headers which
is the same approach that's already used for other sanitizers.
Differential Revision: https://reviews.llvm.org/D88912
More information about the All-commits
mailing list