summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2017-01-26 22:50:22 +0000
committerKostya Kortchinsky <kostyak@google.com>2017-01-26 22:50:22 +0000
commit0e474360af3bb5dbefd93c45a8d16d9db4260048 (patch)
tree80bcda3387ad35b929961302141db550cc505e7a /lib
parent85a6508b1dedce6bf4ff8ed1900291f7336c9f4e (diff)
[sanitizer] Remove -fno-function-sections from SANITIZER_COMMON_CFLAGS
Summary: -fno-function-sections was added as a default Sanitizer common cflag with https://reviews.llvm.org/rL200683, the reasoning behind was that things would break if linked with --gc-sections. This appears to not be necessary anymore, as tests pass without, including function-sections-are-bad.cc. There is a large benefit to having function-sections when dealing with static libraries in terms of size and dependencies that go away with --gc-sections. Reviewers: kcc, eugenis Reviewed By: eugenis Subscribers: llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D29132 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@293220 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions