1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Apparently the last commit is wrong. Reverted.

llvm-svn: 33564
This commit is contained in:
Reid Spencer 2007-01-27 00:21:01 +00:00
parent 7574237166
commit 7f0c1cc237

View File

@ -1,4 +1,5 @@
// RUN: %llvmgcc -xc++ -S -o - %s | grep weak
// RUN: %llvmgcc -xc++ -S -o - %s | not grep weak
// XFAIL: llvmgcc4
template<class T>
void thefunc();