* llvm.spec.in: update blurb
[oota-llvm.git] / test / C++Frontend / 2003-11-02-WeakLinkage.cpp.tr
index 1e324caf2d615a2de1778282073fe67dfb1afa04..748ca6385be9491f33df07ddbc2850d2caaec04a 100644 (file)
@@ -1,5 +1,5 @@
 // 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();