projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d37fa
)
llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown to appea...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 5 Mar 2013 02:18:52 +0000
(
02:18
+0000)
committer
NAKAMURA 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
patch
|
blob
|
history
diff --git
a/test/CodeGen/Thumb/iabs.ll
b/test/CodeGen/Thumb/iabs.ll
index a480f59fa0c03c578e357ba35a0e8bf8a30e8e72..76224bc5348cda15e4c5f508fc0201f316fc1f99 100644
(file)
--- a/
test/CodeGen/Thumb/iabs.ll
+++ b/
test/CodeGen/Thumb/iabs.ll
@@
-1,4
+1,4
@@
-; RUN: llc < %s -m
arch=thumb
-filetype=obj -o %t.o
+; RUN: llc < %s -m
triple=thumb-unknown-unknown
-filetype=obj -o %t.o
; RUN: llvm-objdump -disassemble -arch=thumb %t.o | FileCheck %s
define i32 @test(i32 %a) {