projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
090acfb
)
add an explanatory comment.
author
Chris Lattner
<sabre@nondot.org>
Sat, 27 Jan 2007 00:23:45 +0000
(
00:23
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 27 Jan 2007 00:23:45 +0000
(
00:23
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33565
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr
patch
|
blob
|
history
diff --git
a/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr
b/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr
index 1e324caf2d615a2de1778282073fe67dfb1afa04..63dc88742f7904934f104a935b938d7aa5369647 100644
(file)
--- a/
test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr
+++ b/
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<class T>
void thefunc();