forked from OSchip/llvm-project
20 lines
714 B
Plaintext
20 lines
714 B
Plaintext
## This file tests the raw data output ability when a file auxiliary entry does
|
|
## not have the matching auxiliary type.
|
|
|
|
# RUN: llvm-readobj --symbols %p/Inputs/file-aux-wrong64.o | FileCheck %s
|
|
|
|
# CHECK: Symbols [
|
|
# CHECK-NEXT: Symbol {
|
|
# CHECK-NEXT: Index: 0
|
|
# CHECK-NEXT: Name: .file
|
|
# CHECK-NEXT: Value (SymbolTableIndex): 0x0
|
|
# CHECK-NEXT: Section: N_DEBUG
|
|
# CHECK-NEXT: Source Language ID: 0xC
|
|
# CHECK-NEXT: CPU Version ID: TCPU_PPC64 (0x2)
|
|
# CHECK-NEXT: StorageClass: C_FILE (0x67)
|
|
# CHECK-NEXT: NumberOfAuxEntries: 1
|
|
# CHECK-NEXT: !Unexpected raw auxiliary entry data:
|
|
# CHECK-NEXT: 612e7300 00000000 00000000 00000000 00fb
|
|
# CHECK-NEXT: }
|
|
# CHECK-NEXT: ]
|