summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-12 06:29:18 +0000
committerChris Lattner <sabre@nondot.org>2009-08-12 06:29:18 +0000
commit118987f080b9cf720f113f2b3150f0b0470eeed7 (patch)
tree88c0b3e6b35631b6608ac597c4b1304197f238db
parentff740d11f00f176e5f4914d6fd9f362566c12cf1 (diff)
downloadllvm-118987f080b9cf720f113f2b3150f0b0470eeed7.tar.gz
llvm-118987f080b9cf720f113f2b3150f0b0470eeed7.tar.bz2
llvm-118987f080b9cf720f113f2b3150f0b0470eeed7.tar.xz
fix another broken target triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78796 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/dll-linkage.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dll-linkage.ll b/test/CodeGen/X86/dll-linkage.ll
index b20e60460c..14290f864c 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()