Should be xfailed for llvmgcc4 and NOT *. * means all platforms regardless of what...
authorTanya Lattner <tonic@nondot.org>
Wed, 8 Nov 2006 23:25:58 +0000 (23:25 +0000)
committerTanya Lattner <tonic@nondot.org>
Wed, 8 Nov 2006 23:25:58 +0000 (23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31577 91177308-0d34-0410-b5e6-96231b3b80d8

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

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