mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00: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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb73cf671b
commit
816d9c7b72
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…
Reference in New Issue
Block a user