fix another broken target triple.
authorChris Lattner <sabre@nondot.org>
Wed, 12 Aug 2009 06:29:18 +0000 (06:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Aug 2009 06:29:18 +0000 (06:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78796 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/dll-linkage.ll

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