From: Colin LeMahieu Date: Mon, 15 Jun 2015 21:57:41 +0000 (+0000) Subject: [Hexagon] Using readobj rather than objdump. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0d6057a14d26c15f6103c8c4e3d203d874e50c07;p=oota-llvm.git [Hexagon] Using readobj rather than objdump. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239770 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Hexagon/simple_addend.ll b/test/CodeGen/Hexagon/simple_addend.ll index d8ea61ade98..7d300d4afc0 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);