mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01: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:
parent
58256ba413
commit
7c27fc3cf0
@ -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
Block a user