blob: bdbaac05f118d4be95d8c67ce5091a9b768d940a [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
Chris Lattnerb406daa2010-04-07 22:53:17 +000012; CHECK: -export:@foo@0