Correct bogus module triple specifications.
[oota-llvm.git] / test / CodeGen / X86 / dllexport.ll
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