summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
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
commitcc91d50289598de52b7003d9bcc3c3f955564d49 (patch)
tree7fac7a6f7020f9455a810bf34648e4685d3fb566 /llvm/test/CodeGen
parentd03d99da163f0682c8a88ae3541725c2883d5bf8 (diff)
downloadbcm5719-llvm-cc91d50289598de52b7003d9bcc3c3f955564d49.tar.gz
bcm5719-llvm-cc91d50289598de52b7003d9bcc3c3f955564d49.zip
llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown to appease win32 hosts.
llvm-svn: 176470
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/Thumb/iabs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/iabs.ll b/llvm/test/CodeGen/Thumb/iabs.ll
index a480f59fa0c..76224bc5348 100644
--- a/llvm/test/CodeGen/Thumb/iabs.ll
+++ b/llvm/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) {
OpenPOWER on IntegriCloud