1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown to appease win32 hosts.

llvm-svn: 176470
This commit is contained in:
NAKAMURA Takumi 2013-03-05 02:18:52 +00:00
parent 58256ba413
commit 7c27fc3cf0

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=thumb -filetype=obj -o %t.o
; RUN: llc < %s -mtriple=thumb-unknown-unknown -filetype=obj -o %t.o
; RUN: llvm-objdump -disassemble -arch=thumb %t.o | FileCheck %s
define i32 @test(i32 %a) {