add an explanatory comment.
authorChris Lattner <sabre@nondot.org>
Sat, 27 Jan 2007 00:23:45 +0000 (00:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Jan 2007 00:23:45 +0000 (00:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33565 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr

index 1e324caf2d615a2de1778282073fe67dfb1afa04..63dc88742f7904934f104a935b938d7aa5369647 100644 (file)
@@ -1,5 +1,6 @@
 // RUN: %llvmgcc -xc++ -S -o - %s | not grep weak
 // XFAIL: llvmgcc4
+// The template should compile to linkonce linkage, not weak linkage.
 
 template<class T>
 void thefunc();