repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
dllexport.ll
blob
bf57e78f35d4b493e6ad4263c80464e502c982ef
1
; RUN: llc < %s | FileCheck %s
2
; PR2936
3
4
target triple = "i386-pc-mingw32"
5
6
define dllexport x86_fastcallcc i32 @foo() nounwind {
7
entry:
8
ret i32 0
9
}
10
11
; CHECK: .section .drectve
12
; CHECK: -export:@foo@0