From: Chris Lattner Date: Wed, 12 Aug 2009 06:29:18 +0000 (+0000) Subject: fix another broken target triple. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=118987f080b9cf720f113f2b3150f0b0470eeed7;p=oota-llvm.git fix another broken target triple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78796 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/dll-linkage.ll b/test/CodeGen/X86/dll-linkage.ll index b20e60460c3..14290f864c2 100644 --- a/test/CodeGen/X86/dll-linkage.ll +++ b/test/CodeGen/X86/dll-linkage.ll @@ -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()