xfail this for the 1.9 release. This is PR984.
authorChris Lattner <sabre@nondot.org>
Sun, 5 Nov 2006 23:27:36 +0000 (23:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Nov 2006 23:27:36 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31471 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 4671b40a9e5f110c1c8d2bbac147b84098cb082d..0b1cb05b073853f57c644748d4a04d6f3f43e558 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %llvmgcc -xc++ -S -o - %s | not grep weak
+// XFAIL: *
 
 template<class T>
 void thefunc();