[ASan] Make sure none of the __asan_gen_ global strings end up in the symbol table...
authorAlexander Potapenko <glider@google.com>
Wed, 25 Dec 2013 14:22:15 +0000 (14:22 +0000)
committerAlexander Potapenko <glider@google.com>
Wed, 25 Dec 2013 14:22:15 +0000 (14:22 +0000)
commitc58d98777c088bd09f5650f6dc4f8c94501230c1
tree7ee98030a1763692bf2e9480921f132d03df01d9
parent09a63715cea1fc7ba15d0658aac681c4863edf2f
[ASan] Make sure none of the __asan_gen_ global strings end up in the symbol table, add a test.

This should fix http://llvm.org/bugs/show_bug.cgi?id=17976
Another test checking for the global variables' locations and prefixes on Darwin will be committed separately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198017 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/AddressSanitizer.cpp