mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
objdump: Add test for ELF file with no section table
This is a test for the fix in r211904. Differential Revision: http://reviews.llvm.org/D4349 llvm-svn: 212059
This commit is contained in:
parent
1f75365ec9
commit
b7cd23eccc
BIN
test/Object/Inputs/no-sections.elf-x86-64
Executable file
BIN
test/Object/Inputs/no-sections.elf-x86-64
Executable file
Binary file not shown.
6
test/Object/objdump-no-sectionheaders.test
Normal file
6
test/Object/objdump-no-sectionheaders.test
Normal file
@ -0,0 +1,6 @@
|
||||
; RUN: llvm-objdump -h %p/Inputs/no-sections.elf-x86-64 \
|
||||
; RUN: | FileCheck %s
|
||||
|
||||
; CHECK: Sections:
|
||||
; CHECK: Idx Name Size Address Type
|
||||
; CHECK-NOT: {{.}}
|
Loading…
x
Reference in New Issue
Block a user