Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 99d4bb9

Browse files
committed
Revert r200683.
-fno-function-sections is broken in Clang. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@200684 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent fab06eb commit 99d4bb9

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ if (NOT MSVC)
142142
-fno-stack-protector
143143
-Wno-gnu # Variadic macros with 0 arguments for ...
144144
-fvisibility=hidden
145-
-fno-function-sections
146145
)
147146
if (NOT COMPILER_RT_DEBUG)
148147
list(APPEND SANITIZER_COMMON_CFLAGS -O3)

lib/asan/lit_tests/TestCases/Linux/function-sections-are-bad.cc

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)