another bogus triple
authorChris Lattner <sabre@nondot.org>
Wed, 12 Aug 2009 06:36:52 +0000 (06:36 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Aug 2009 06:36:52 +0000 (06:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78798 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/dll-linkage.ll

index 14290f864c2b1d63c69e8d25fd766976e0f10521..a6b3073e414637684614e087a49e0ab11aba5539 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-mingw32-pc | FileCheck %s
+; RUN: llvm-as < %s | llc -mtriple=i386-pc-mingw32 | FileCheck %s
 
 declare dllimport void @foo()