[PATCH] D45575: [scudo] Remove duplicate cmake flags
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 12 09:45:53 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT329925: [scudo] Remove duplicate cmake flags (authored by cryptoad, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D45575?vs=142202&id=142203#toc
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D45575
Files:
lib/scudo/CMakeLists.txt
Index: lib/scudo/CMakeLists.txt
===================================================================
--- lib/scudo/CMakeLists.txt
+++ lib/scudo/CMakeLists.txt
@@ -4,7 +4,7 @@
set(SCUDO_CFLAGS ${SANITIZER_COMMON_CFLAGS})
# SANITIZER_COMMON_CFLAGS include -fno-builtin, but we actually want builtins!
-list(APPEND SCUDO_CFLAGS -fbuiltin -ffunction-sections -fdata-sections)
+list(APPEND SCUDO_CFLAGS -fbuiltin)
append_rtti_flag(OFF SCUDO_CFLAGS)
set(SCUDO_DYNAMIC_LIBS ${SANITIZER_COMMON_LINK_LIBS})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45575.142203.patch
Type: text/x-patch
Size: 505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180412/dab9902c/attachment.bin>
More information about the llvm-commits
mailing list