summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/stats
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2017-07-26 06:46:11 +0000
committerPetr Hosek <phosek@chromium.org>2017-07-26 06:46:11 +0000
commit3243a13f0acafe4cc1520fdd5ba4604bc4b1ae7c (patch)
treec1260f4d4c0eb05f123243607f8ec5ac25f4fa56 /compiler-rt/lib/stats
parentcc9559f515a7c09b95672456c3c37498884a5f4a (diff)
downloadbcm5719-llvm-3243a13f0acafe4cc1520fdd5ba4604bc4b1ae7c.tar.gz
bcm5719-llvm-3243a13f0acafe4cc1520fdd5ba4604bc4b1ae7c.zip
Revert "[sanitizer] Support compiler-rt builtins"
This reverts commit fd63314d6770e0da62572a3fea2c41c4cc0fc58a. llvm-svn: 309083
Diffstat (limited to 'compiler-rt/lib/stats')
-rw-r--r--compiler-rt/lib/stats/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler-rt/lib/stats/CMakeLists.txt b/compiler-rt/lib/stats/CMakeLists.txt
index 6be36a7cb56..2b3d6474bb7 100644
--- a/compiler-rt/lib/stats/CMakeLists.txt
+++ b/compiler-rt/lib/stats/CMakeLists.txt
@@ -6,8 +6,6 @@ set_target_properties(stats PROPERTIES FOLDER "Compiler-RT Misc")
if(APPLE)
set(STATS_LIB_FLAVOR SHARED)
- set(STATS_LINK_LIBS ${SANITIZER_COMMON_LINK_LIBS})
-
add_weak_symbols("asan" WEAK_SYMBOL_LINK_FLAGS)
add_weak_symbols("ubsan" WEAK_SYMBOL_LINK_FLAGS)
add_weak_symbols("sanitizer_common" WEAK_SYMBOL_LINK_FLAGS)
@@ -25,8 +23,7 @@ add_compiler_rt_runtime(clang_rt.stats
OBJECT_LIBS RTSanitizerCommon
RTSanitizerCommonLibc
CFLAGS ${SANITIZER_COMMON_CFLAGS}
- LINK_FLAGS ${SANITIZER_COMMON_LINK_FLAGS} ${WEAK_SYMBOL_LINK_FLAGS}
- LINK_LIBS ${STATS_LINK_LIBS}
+ LINK_FLAGS ${WEAK_SYMBOL_LINK_FLAGS}
PARENT_TARGET stats)
add_compiler_rt_runtime(clang_rt.stats_client
OpenPOWER on IntegriCloud