summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2015-06-15 21:57:41 +0000
committerColin LeMahieu <colinl@codeaurora.org>2015-06-15 21:57:41 +0000
commit0d6057a14d26c15f6103c8c4e3d203d874e50c07 (patch)
tree4079756afa868d0416980ba906dfcd8d761b0856 /test
parentc1344684c9c319a02576c500af5656aedfe832df (diff)
downloadllvm-0d6057a14d26c15f6103c8c4e3d203d874e50c07.tar.gz
[Hexagon] Using readobj rather than objdump.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239770 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Hexagon/simple_addend.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/simple_addend.ll b/test/CodeGen/Hexagon/simple_addend.ll
index d8ea61ade982..7d300d4afc07 100644
--- a/test/CodeGen/Hexagon/simple_addend.ll
+++ b/test/CodeGen/Hexagon/simple_addend.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=hexagon -filetype=obj -o - < %s | llvm-objdump -d -r - | FileCheck %s
+; RUN: llc -march=hexagon -filetype=obj -o - < %s | llvm-readobj -relocations | FileCheck %s
declare void @bar(i32);