blob: 2c699bfb0db42764a409d2b08dd2b99962b0c6da [file] [log] [blame]
Anton Korobeynikovda900a02010-02-12 15:29:13 +00001; RUN: llc < %s | FileCheck %s
2; PR2936
3
4target triple = "i386-mingw32"
5
6define dllexport x86_fastcallcc i32 @foo() nounwind {
7entry:
8 ret i32 0
9}
10
11; CHECK: .section .drectve
12; CHECK: -export:@foo@0