[asan] don't instrument globals that we've created ourselves (reduces the binary...
authorKostya Serebryany <kcc@google.com>
Thu, 1 Nov 2012 13:42:40 +0000 (13:42 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 1 Nov 2012 13:42:40 +0000 (13:42 +0000)
commit28d0694c279929daabab7ca2c7428d764f689609
tree70db90811b703beaecc112ef5d509dfde7ad24ad
parentba98ef892f61307b5253a87c1003f780e50b5f91
[asan] don't instrument globals that we've created ourselves (reduces the binary size a bit)

llvm-svn: 167230
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
llvm/test/Instrumentation/AddressSanitizer/do-not-instrument-internal-globals.ll [new file with mode: 0644]