repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[yaml2obj] - Add a Size tag support for SHT_LLVM_ADDRSIG sections.
[llvm-complete.git]
/
test
/
Feature
/
minsize_attr.ll
blob
1f915b35a36563110757fcab29b5b19b332035ac
1
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
3
define void @test1() minsize {
4
; CHECK: define void @test1() #0
5
ret void
6
}
7
8
; CHECK: attributes #0 = { minsize }