mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown to appease win32 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176470 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
69d37fa635
commit
466508bab1
@ -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
|
; RUN: llvm-objdump -disassemble -arch=thumb %t.o | FileCheck %s
|
||||||
|
|
||||||
define i32 @test(i32 %a) {
|
define i32 @test(i32 %a) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user