projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[TableGen] Use SmallString instead of std::string to build up a string to avoid heap...
[oota-llvm.git]
/
test
/
Linker
/
metadata-b.ll
1
; This file is for use with metadata-a.ll
2
; RUN: true
3
4
define void @goo(i32 %b) nounwind {
5
entry:
6
ret void, !attach !0
7
}
8
9
!0 = !{i32 524334, void (i32)* @goo}