summaryrefslogtreecommitdiff
path: root/lib/tsan
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2018-01-20 09:21:00 +0000
committerPetr Hosek <phosek@chromium.org>2018-01-20 09:21:00 +0000
commit23d02f585056c89d90d2664da842850cd7dd3958 (patch)
treee437984322fdc59af775cacbedcf3dbbd9f01f66 /lib/tsan
parentf627ac38dd817f1db3569d15d77f0df036a18a52 (diff)
Revert "[Fuzzer] Parametrize add_custom_libcxx"
This reverts commit r323032: failing on the sanitizer-x86_64-linux-autoconf bot. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@323033 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/tsan')
-rw-r--r--lib/tsan/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/tsan/CMakeLists.txt b/lib/tsan/CMakeLists.txt
index 1f2ff1f1f..3697ecb21 100644
--- a/lib/tsan/CMakeLists.txt
+++ b/lib/tsan/CMakeLists.txt
@@ -212,8 +212,7 @@ if(COMPILER_RT_LIBCXX_PATH AND
set(LIBCXX_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/libcxx_tsan_${arch})
add_custom_libcxx(libcxx_tsan_${arch} ${LIBCXX_PREFIX}
DEPS ${TSAN_RUNTIME_LIBRARIES}
- CFLAGS ${TARGET_CFLAGS} -fsanitize=thread
- USE_TOOLCHAIN)
+ CFLAGS ${TARGET_CFLAGS} -fsanitize=thread)
list(APPEND libcxx_tsan_deps libcxx_tsan_${arch})
endforeach()