[llvm-commits] [llvm] r78796 - /llvm/trunk/test/CodeGen/X86/dll-linkage.ll
Chris Lattner
sabre at nondot.org
Tue Aug 11 23:29:18 PDT 2009
Author: lattner
Date: Wed Aug 12 01:29:18 2009
New Revision: 78796
URL: http://llvm.org/viewvc/llvm-project?rev=78796&view=rev
Log:
fix another broken target triple.
Modified:
llvm/trunk/test/CodeGen/X86/dll-linkage.ll
Modified: llvm/trunk/test/CodeGen/X86/dll-linkage.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/dll-linkage.ll?rev=78796&r1=78795&r2=78796&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/dll-linkage.ll (original)
+++ llvm/trunk/test/CodeGen/X86/dll-linkage.ll Wed Aug 12 01:29:18 2009
@@ -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()
More information about the llvm-commits
mailing list