summaryrefslogtreecommitdiff
path: root/lib/stats
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2018-04-16 16:58:34 +0000
committerKostya Kortchinsky <kostyak@google.com>2018-04-16 16:58:34 +0000
commit0402fa0fb8b69d9a14568bdac14cedf5c6d238ef (patch)
tree3f872b9b57b5ce5aca846e5f01abcd72be105969 /lib/stats
parentd8870b2eca994be68a55b4af42d863141683ed90 (diff)
downloadcompiler-rt-0402fa0fb8b69d9a14568bdac14cedf5c6d238ef.tar.gz
[sanitizer] Build failures fixes post D45457
Summary: Adding a couple missed RTSanitizerCommonSymbolizer in makefiles. Subscribers: kubamracek, mgorny, delcypher, llvm-commits, #sanitizers Differential Revision: https://reviews.llvm.org/D45694 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@330134 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/stats')
-rw-r--r--lib/stats/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stats/CMakeLists.txt b/lib/stats/CMakeLists.txt
index 6be36a7cb..d683d6b8f 100644
--- a/lib/stats/CMakeLists.txt
+++ b/lib/stats/CMakeLists.txt
@@ -24,6 +24,7 @@ add_compiler_rt_runtime(clang_rt.stats
SOURCES stats.cc
OBJECT_LIBS RTSanitizerCommon
RTSanitizerCommonLibc
+ RTSanitizerCommonSymbolizer
CFLAGS ${SANITIZER_COMMON_CFLAGS}
LINK_FLAGS ${SANITIZER_COMMON_LINK_FLAGS} ${WEAK_SYMBOL_LINK_FLAGS}
LINK_LIBS ${STATS_LINK_LIBS}