[PATCH] D45694: [sanitizer] Build failures fixes post D45457

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 10:01:47 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL330134: [sanitizer] Build failures fixes post D45457 (authored by cryptoad, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D45694

Files:
  compiler-rt/trunk/lib/cfi/CMakeLists.txt
  compiler-rt/trunk/lib/stats/CMakeLists.txt
  compiler-rt/trunk/lib/tsan/dd/CMakeLists.txt


Index: compiler-rt/trunk/lib/tsan/dd/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/tsan/dd/CMakeLists.txt
+++ compiler-rt/trunk/lib/tsan/dd/CMakeLists.txt
@@ -41,6 +41,7 @@
             $<TARGET_OBJECTS:RTInterception.${arch}>
             $<TARGET_OBJECTS:RTSanitizerCommon.${arch}>
             $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}>
+            $<TARGET_OBJECTS:RTSanitizerCommonSymbolizer.${arch}>
     LINK_FLAGS ${SANITIZER_COMMON_LINK_FLAGS}
     LINK_LIBS ${DD_LINKLIBS}
     PARENT_TARGET dd)
Index: compiler-rt/trunk/lib/cfi/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/cfi/CMakeLists.txt
+++ compiler-rt/trunk/lib/cfi/CMakeLists.txt
@@ -31,6 +31,7 @@
                   RTSanitizerCommon
                   RTSanitizerCommonLibc
                   RTSanitizerCommonCoverage
+                  RTSanitizerCommonSymbolizer
                   RTUbsan
       CFLAGS ${CFI_CFLAGS} ${CFI_DIAG_CFLAGS}
       PARENT_TARGET cfi)
Index: compiler-rt/trunk/lib/stats/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/stats/CMakeLists.txt
+++ compiler-rt/trunk/lib/stats/CMakeLists.txt
@@ -24,6 +24,7 @@
   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}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45694.142657.patch
Type: text/x-patch
Size: 1572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180416/8b4632b3/attachment.bin>


More information about the llvm-commits mailing list