forked from OSchip/llvm-project
15 lines
510 B
Plaintext
15 lines
510 B
Plaintext
RUN: lld -flavor gnu -target powerpc %p/Inputs/branch-test.ppc %p/Inputs/target-test.ppc -o %t1 --noinhibit-exec
|
|
RUN: llvm-readobj -h %t1 | FileCheck -check-prefix=ppc-readobj %s
|
|
|
|
|
|
ppc-readobj: ElfHeader {
|
|
ppc-readobj: Ident {
|
|
ppc-readobj: Class: 32-bit (0x1)
|
|
ppc-readobj: DataEncoding: BigEndian (0x2)
|
|
ppc-readobj: FileVersion: 1
|
|
ppc-readobj: OS/ABI: SystemV (0x0)
|
|
ppc-readobj: ABIVersion: 0
|
|
ppc-readobj: }
|
|
ppc-readobj: Type: Executable (0x2)
|
|
ppc-readobj: Machine: EM_PPC (0x14)
|