1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

fix another broken target triple.

llvm-svn: 78796
This commit is contained in:
Chris Lattner 2009-08-12 06:29:18 +00:00
parent cfbcfcc3c4
commit c709c59153

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