forked from OSchip/llvm-project
Revert "[ubsan] Add RTUbsan_standalone into UBSAN standalone shared"
Error: .preinit_array section is not allowed in DSO This reverts commit r313519. llvm-svn: 313520
This commit is contained in:
parent
d2b4022c0b
commit
e66dc01bbf
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue