Add a neat little two's complement hack for x86.
[oota-llvm.git] / test / CodeGen / X86 / dllexport.ll
index 2c699bfb0db42764a409d2b08dd2b99962b0c6da..bf57e78f35d4b493e6ad4263c80464e502c982ef 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc < %s | FileCheck %s
 ; PR2936
 
-target triple = "i386-mingw32"
+target triple = "i386-pc-mingw32"
 
 define dllexport x86_fastcallcc i32 @foo() nounwind  {
 entry:
@@ -9,4 +9,4 @@ entry:
 }
 
 ; CHECK: .section .drectve
-; CHECK: -export:@foo@0
\ No newline at end of file
+; CHECK: -export:@foo@0