fall back to explicit list of allowed linkages when instrumenting globals in asan...
authorKostya Serebryany <kcc@google.com>
Thu, 17 Nov 2011 23:14:59 +0000 (23:14 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 17 Nov 2011 23:14:59 +0000 (23:14 +0000)
commit7cf2a04361e8613264498e50babe52d65c070473
tree9a70d15c2e0d7e4ca7401236bd72112b79ae6ec2
parentf24944953986ad1e0a78279e6c3288e15a7e2619
fall back to explicit list of allowed linkages when instrumenting globals in asan; add a test check that asan does not touch linkonce_odr

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