summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCleanup.cpp
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2014-07-18 17:50:06 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2014-07-18 17:50:06 +0000
commit6c12414358031407667b75657b9d768080f16409 (patch)
treefdca701ab7a2c9095e7d95de449b704f5347caed /clang/lib/CodeGen/CGCleanup.cpp
parent54502402193e5d58a450dd7d8b30c46ae9bbe484 (diff)
downloadbcm5719-llvm-6c12414358031407667b75657b9d768080f16409.tar.gz
bcm5719-llvm-6c12414358031407667b75657b9d768080f16409.zip
Make sure globals created by UBSan are not instrumented by ASan.
Summary: This change adds description of globals created by UBSan instrumentation (UBSan handlers, type descriptors, filenames) to llvm.asan.globals metadata, effectively "blacklisting" them. This can dramatically decrease the data section in binaries built with UBSan+ASan, as UBSan tends to create a lot of handlers, and ASan instrumentation increases the global size to at least 64 bytes. Test Plan: clang regression test suite Reviewers: rsmith Reviewed By: rsmith Subscribers: cfe-commits, byoungyoung, kcc Differential Revision: http://reviews.llvm.org/D4575 llvm-svn: 213392
Diffstat (limited to 'clang/lib/CodeGen/CGCleanup.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud