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