InstrProf: Test for appropriate linkage of the profiling structures
authorJustin Bogner <mail@justinbogner.com>
Tue, 24 Feb 2015 21:42:42 +0000 (21:42 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 24 Feb 2015 21:42:42 +0000 (21:42 +0000)
commit564b4a8e3ecec91710f76c11316d1e0f9228881f
treec8c49cd01bbc2618060fc9e501a5fbb4f042147e
parent8f475e9d77497eabb1bdde646fd5e405813dc759
InstrProf: Test for appropriate linkage of the profiling structures

This test checks that the symbols instrprof creates have appropriate
linkage. The tests already exist in clang in a slightly different form
from before we sunk profile generation into an LLVM pass, but that's
an awkward place for them now. I'll remove/simplify the clang versions
shortly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230383 91177308-0d34-0410-b5e6-96231b3b80d8
test/Instrumentation/InstrProfiling/linkage.ll [new file with mode: 0644]