repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
x86-64-pic-1.ll
blob
b21918ef80d4b43db2e7eec5cf3388af98eeac01
1
; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
2
; RUN: grep {call f@PLT} %t1
3
4
define void @g() {
5
entry:
6
call void @f( )
7
ret void
8
}
9
10
declare void @f()