1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

add an explanatory comment.

llvm-svn: 33565
This commit is contained in:
Chris Lattner 2007-01-27 00:23:45 +00:00
parent 7f0c1cc237
commit afae6b52c2

View File

@ -1,5 +1,6 @@
// RUN: %llvmgcc -xc++ -S -o - %s | not grep weak
// XFAIL: llvmgcc4
// The template should compile to linkonce linkage, not weak linkage.
template<class T>
void thefunc();