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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
dll-linkage.ll
blob
c634c7e1fd4270ce037c1f4e68ff90a5d7b664ec
1
; RUN: llc < %s -mtriple=i386-pc-mingw32 | FileCheck %s
2
3
declare dllimport void @foo()
4
5
define void @bar() nounwind {
6
; CHECK: call *__imp__foo
7
call void @foo()
8
ret void
9
}