[compiler-rt] r313520 - Revert "[ubsan] Add RTUbsan_standalone into UBSAN standalone shared"
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 01:15:00 PDT 2017
Author: vitalybuka
Date: Mon Sep 18 01:15:00 2017
New Revision: 313520
URL: http://llvm.org/viewvc/llvm-project?rev=313520&view=rev
Log:
Revert "[ubsan] Add RTUbsan_standalone into UBSAN standalone shared"
Error: .preinit_array section is not allowed in DSO
This reverts commit r313519.
Modified:
compiler-rt/trunk/lib/ubsan/CMakeLists.txt
Modified: compiler-rt/trunk/lib/ubsan/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/ubsan/CMakeLists.txt?rev=313520&r1=313519&r2=313520&view=diff
==============================================================================
--- compiler-rt/trunk/lib/ubsan/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/ubsan/CMakeLists.txt Mon Sep 18 01:15:00 2017
@@ -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}
More information about the llvm-commits
mailing list