
This patch updates tests using llvm-readobj and llvm-readelf, because soon reading from stdin will be achievable only via a '-' as described here: https://bugs.llvm.org/show_bug.cgi?id=46400. Patch with changes to llvm-readobj behavior is here: https://reviews.llvm.org/D83704 Differential Revision: https://reviews.llvm.org/D83912 Reviewed by: jhenderson, MaskRay, grimar
8 lines
240 B
LLVM
8 lines
240 B
LLVM
;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
|
|
;; RUN: | llvm-readobj -h -r - | FileCheck -check-prefix=OBJ %s
|
|
|
|
; OBJ: Format: elf32-hexagon
|
|
; OBJ: Arch: hexagon
|
|
; OBJ: AddressSize: 32bit
|
|
; OBJ: Machine: EM_HEXAGON (0xA4)
|