aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-03-05 02:18:52 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-03-05 02:18:52 +0000
commit466508bab1777b668684cffe5d7a410ce0caa223 (patch)
treea7cab5f1f777ed297fe9d8d881936bede1f1d5f1
parent69d37fa6351d5fe2a97ea24a2d0d667a92f14a9c (diff)
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
-rw-r--r--test/CodeGen/Thumb/iabs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/iabs.ll b/test/CodeGen/Thumb/iabs.ll
index a480f59fa0..76224bc534 100644
--- a/test/CodeGen/Thumb/iabs.ll
+++ b/test/CodeGen/Thumb/iabs.ll
@@ -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) {