diff options
author | Tanya Lattner <tonic@nondot.org> | 2006-11-08 23:25:58 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2006-11-08 23:25:58 +0000 |
commit | b1ae34008a5a1f112aec5bf58e5a7b3b7b5ba7df (patch) | |
tree | e7afa0a28bd1b88f4156a3c6552c0bdb68cd41df | |
parent | 81fd60722a887247053279401dc2371fef6e8b9e (diff) |
Should be xfailed for llvmgcc4 and NOT *. * means all platforms regardless of what llvmgcc you use.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31577 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr b/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr index 0b1cb05b07..1e324caf2d 100644 --- a/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr +++ b/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr @@ -1,5 +1,5 @@ // RUN: %llvmgcc -xc++ -S -o - %s | not grep weak -// XFAIL: * +// XFAIL: llvmgcc4 template<class T> void thefunc(); |