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-10.ll
blob
0f65e57449596cca07e4e0dd3d597beaa635d00c
1
; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
2
; RUN: grep {call g@PLT} %t1
3
4
@g = alias weak i32 ()* @f
5
6
define void @g() {
7
entry:
8
%tmp31 = call i32 @g()
9
ret void
10
}
11
12
declare extern_weak i32 @f()