mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
cb64eee66e
This matches the behavior of GNU objdump. llvm-svn: 215844
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
RUN: llvm-objdump -r %p/Inputs/elf-reloc-no-sym.x86_64 \
|
|
RUN: | FileCheck %s
|
|
|
|
; CHECK: elf-reloc-no-sym.x86_64: file format ELF64-x86-64
|
|
; CHECK-NOT: {{.}}
|