xref: /aosp_15_r20/external/llvm/test/Object/objdump-no-sectionheaders.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llvm-objdump -h %p/Inputs/no-sections.elf-x86-64 \
2*9880d681SAndroid Build Coastguard Worker; RUN:              | FileCheck %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker; CHECK: Sections:
5*9880d681SAndroid Build Coastguard Worker; CHECK: Idx Name          Size      Address          Type
6*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: {{.}}
7