summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/all.test
blob: b8ec174d5aa3f7fc81647e8dcdf9605635bea3f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
RUN: llvm-readobj -a %p/Inputs/trivial.obj.elf-i386 \
RUN:   | FileCheck %s -check-prefix ALL
RUN: llvm-readobj --all %p/Inputs/trivial.obj.elf-i386 \
RUN:   | FileCheck %s -check-prefix ALL

ALL: Format: ELF32-i386
ALL: Arch: i386
ALL: AddressSize: 32bit
ALL: LoadName:
ALL: ElfHeader {
ALL: Sections [
ALL: Relocations [
ALL: Symbols [
ALL: ProgramHeaders [
ALL: Notes [
OpenPOWER on IntegriCloud