llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown to appea...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 5 Mar 2013 02:18:52 +0000 (02:18 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 5 Mar 2013 02:18:52 +0000 (02:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176470 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Thumb/iabs.ll

index a480f59fa0c03c578e357ba35a0e8bf8a30e8e72..76224bc5348cda15e4c5f508fc0201f316fc1f99 100644 (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) {