fix another broken target triple.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-08-12 06:29:18 +00:00
parent ff740d11f0
commit 118987f080

View 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()