Files
llvm-6502/test/CodeGen/X86/dllexport.ll
Duncan Sands cdd4f8c7cb Correct bogus module triple specifications.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112469 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-30 10:48:29 +00:00

13 lines
203 B
LLVM

; RUN: llc < %s | FileCheck %s
; PR2936
target triple = "i386-pc-mingw32"
define dllexport x86_fastcallcc i32 @foo() nounwind {
entry:
ret i32 0
}
; CHECK: .section .drectve
; CHECK: -export:@foo@0