repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
SPARC
/
2009-08-28-WeakLinkage.ll
blob
0167d3237aad818cf07d9578f52f5768cf0a28e0
1
; RUN: llc -march=sparc < %s | grep weak
2
3
define weak i32 @func() nounwind {
4
entry:
5
ret i32 0
6
}