1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[Hexagon] Using readobj rather than objdump.

llvm-svn: 239770
This commit is contained in:
Colin LeMahieu 2015-06-15 21:57:41 +00:00
parent 454daa07b2
commit c8db15fcb6

View File

@ -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);