OSDN Git Service

[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)
commita5f54f14435d881b10d8eb65e19fa42af95757e9
tree8e5157a967d142dbe458f78adaf847709730c5e0
parent174fbec3dfdf5e20ad5b75dcfcc709011ddb1a12
[asan] don't instrument globals that we've created ourselves (reduces the binary size a bit)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167230 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/AddressSanitizer.cpp
test/Instrumentation/AddressSanitizer/do-not-instrument-internal-globals.ll [new file with mode: 0644]