From: Reid Spencer Date: Sat, 27 Jan 2007 00:21:01 +0000 (+0000) Subject: Apparently the last commit is wrong. Reverted. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=090acfb1110c669ace754d2f80c7b2c1f9cbeb99;p=oota-llvm.git Apparently the last commit is wrong. Reverted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33564 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr b/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr index 089d9715cc2..1e324caf2d6 100644 --- a/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr +++ b/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr @@ -1,4 +1,5 @@ -// RUN: %llvmgcc -xc++ -S -o - %s | grep weak +// RUN: %llvmgcc -xc++ -S -o - %s | not grep weak +// XFAIL: llvmgcc4 template void thefunc();