The 'thefunc' function should not have weak linkage, it should have linkonce linkage.
authorChris Lattner <sabre@nondot.org>
Sun, 2 Nov 2003 06:30:39 +0000 (06:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Nov 2003 06:30:39 +0000 (06:30 +0000)
commit766be1de9d94d3d30fad9218b478a9c83736165b
tree5f959accc158cca4931b607d251b8c75d3001e87
parentbc61e661bd55343dac22c08c6c7be8855adc44c9
The 'thefunc' function should not have weak linkage, it should have linkonce linkage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9655 91177308-0d34-0410-b5e6-96231b3b80d8
test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr [new file with mode: 0644]