summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-09-18 08:15:00 +0000
committerVitaly Buka <vitalybuka@google.com>2017-09-18 08:15:00 +0000
commit5de033a80d0b6343cd648ff41cddd26b673c19c4 (patch)
tree27b13863aaae9862fa51df5248d3ec78ccea1827
parent7d99e86de41f90564aae1ef0fd588d8f8e290c2f (diff)
Revert "[ubsan] Add RTUbsan_standalone into UBSAN standalone shared"
Error: .preinit_array section is not allowed in DSO This reverts commit r313519. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@313520 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/ubsan/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ubsan/CMakeLists.txt b/lib/ubsan/CMakeLists.txt
index e67f5dfe5..a29c0eed9 100644
--- a/lib/ubsan/CMakeLists.txt
+++ b/lib/ubsan/CMakeLists.txt
@@ -160,7 +160,6 @@ else()
OBJECT_LIBS RTSanitizerCommon
RTSanitizerCommonLibc
RTUbsan
- RTUbsan_standalone
CFLAGS ${UBSAN_CFLAGS}
LINK_FLAGS ${SANITIZER_COMMON_LINK_FLAGS}
LINK_LIBS ${UBSAN_DYNAMIC_LIBS}