forked from OSchip/llvm-project
llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown to appease win32 hosts.
llvm-svn: 176470
This commit is contained in:
parent
d03d99da16
commit
cc91d50289
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue