[llvm-commits] CVS: llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr
Chris Lattner
sabre at nondot.org
Fri Jan 26 16:24:01 PST 2007
Changes in directory llvm/test/C++Frontend:
2003-11-02-WeakLinkage.cpp.tr updated: 1.5 -> 1.6
---
Log message:
add an explanatory comment.
---
Diffs of the changes: (+1 -0)
2003-11-02-WeakLinkage.cpp.tr | 1 +
1 files changed, 1 insertion(+)
Index: llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr
diff -u llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr:1.5 llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr:1.6
--- llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr:1.5 Fri Jan 26 18:21:01 2007
+++ llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr Fri Jan 26 18:23:45 2007
@@ -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();
More information about the llvm-commits
mailing list