summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/CMakeLists.txt
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2017-10-10 15:35:11 +0000
committerKostya Kortchinsky <kostyak@google.com>2017-10-10 15:35:11 +0000
commit5b96e8b6fad1b6f3c3492037d34bc4885f1bbbaa (patch)
tree7c9edabfb7ea27113d78c65456270e70eb9a634a /lib/sanitizer_common/CMakeLists.txt
parent35440ac3db816e1397830b654115672b7a21d0f2 (diff)
[sanitizer] Revert D38706
Summary: D38706 breaks tsan and the nolibc build. Reverting while working on a fix. Reviewers: alekseyshl Subscribers: kubamracek, mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D38739 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@315320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/CMakeLists.txt')
-rw-r--r--lib/sanitizer_common/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sanitizer_common/CMakeLists.txt b/lib/sanitizer_common/CMakeLists.txt
index 749c71a74..e62b24544 100644
--- a/lib/sanitizer_common/CMakeLists.txt
+++ b/lib/sanitizer_common/CMakeLists.txt
@@ -3,7 +3,6 @@
set(SANITIZER_SOURCES_NOTERMINATION
sanitizer_allocator.cc
- sanitizer_allocator_checks.cc
sanitizer_common.cc
sanitizer_deadlock_detector1.cc
sanitizer_deadlock_detector2.cc