diff --git a/llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr b/llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr index 1e324caf2d615a2de1778282073fe67dfb1afa04..63dc88742f7904934f104a935b938d7aa5369647 100644 --- a/llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr +++ b/llvm/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr @@ -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 void thefunc();