Skip to content
Snippets Groups Projects
Commit a8026568 authored by Chris Lattner's avatar Chris Lattner
Browse files

add an explanatory comment.

llvm-svn: 33565
parent 514399da
No related merge requests found
// RUN: %llvmgcc -xc++ -S -o - %s | not grep weak // RUN: %llvmgcc -xc++ -S -o - %s | not grep weak
// XFAIL: llvmgcc4 // XFAIL: llvmgcc4
// The template should compile to linkonce linkage, not weak linkage.
template<class T> template<class T>
void thefunc(); void thefunc();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment