mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
5a22f2e49a
Summary: COFF and XCOFF in llvm are very different and serves different platform. Since we have different Dumper.cpp file in llvm-readobj's implementation, we should have separate testing directory for them too. Reviewed By: jhenderson, DiggerLin Differential Revision: https://reviews.llvm.org/D85675
48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
# RUN: llvm-readobj --sections %p/Inputs/reloc-overflow.o | \
|
|
# RUN: FileCheck --check-prefix=SECOVERFLOW %s
|
|
# SECOVERFLOW: File: {{.*}}reloc-overflow.o
|
|
# SECOVERFLOW-NEXT: Format: aixcoff-rs6000
|
|
# SECOVERFLOW-NEXT: Arch: powerpc
|
|
# SECOVERFLOW-NEXT: AddressSize: 32bit
|
|
# SECOVERFLOW-NEXT: Sections [
|
|
# SECOVERFLOW-NEXT: Section {
|
|
# SECOVERFLOW-NEXT: Index: 1
|
|
# SECOVERFLOW-NEXT: Name: .text
|
|
# SECOVERFLOW-NEXT: PhysicalAddress: 0x0
|
|
# SECOVERFLOW-NEXT: VirtualAddress: 0x0
|
|
# SECOVERFLOW-NEXT: Size: 0x38
|
|
# SECOVERFLOW-NEXT: RawDataOffset: 0x8C
|
|
# SECOVERFLOW-NEXT: RelocationPointer: 0x0
|
|
# SECOVERFLOW-NEXT: LineNumberPointer: 0x0
|
|
# SECOVERFLOW-NEXT: NumberOfRelocations: 0
|
|
# SECOVERFLOW-NEXT: NumberOfLineNumbers: 0
|
|
# SECOVERFLOW-NEXT: Type: STYP_TEXT (0x20)
|
|
# SECOVERFLOW-NEXT: }
|
|
# SECOVERFLOW-NEXT: Section {
|
|
# SECOVERFLOW-NEXT: Index: 2
|
|
# SECOVERFLOW-NEXT: Name: .data
|
|
# SECOVERFLOW-NEXT: PhysicalAddress: 0x38
|
|
# SECOVERFLOW-NEXT: VirtualAddress: 0x38
|
|
# SECOVERFLOW-NEXT: Size: 0x1C
|
|
# SECOVERFLOW-NEXT: RawDataOffset: 0xC4
|
|
# SECOVERFLOW-NEXT: RelocationPointer: 0xE0
|
|
# SECOVERFLOW-NEXT: LineNumberPointer: 0x0
|
|
# SECOVERFLOW-NEXT: NumberOfRelocations: 65535
|
|
# SECOVERFLOW-NEXT: NumberOfLineNumbers: 65535
|
|
# SECOVERFLOW-NEXT: Type: STYP_DATA (0x40)
|
|
# SECOVERFLOW-NEXT: }
|
|
# SECOVERFLOW-NEXT: Section {
|
|
# SECOVERFLOW-NEXT: Index: 3
|
|
# SECOVERFLOW-NEXT: Name: .ovrflo
|
|
# SECOVERFLOW-NEXT: NumberOfRelocations: 3
|
|
# SECOVERFLOW-NEXT: NumberOfLineNumbers: 3
|
|
# SECOVERFLOW-NEXT: Size: 0x0
|
|
# SECOVERFLOW-NEXT: RawDataOffset: 0x0
|
|
# SECOVERFLOW-NEXT: RelocationPointer: 0xE0
|
|
# SECOVERFLOW-NEXT: LineNumberPointer: 0x0
|
|
# SECOVERFLOW-NEXT: IndexOfSectionOverflowed: 2
|
|
# SECOVERFLOW-NEXT: IndexOfSectionOverflowed: 2
|
|
# SECOVERFLOW-NEXT: Type: STYP_OVRFLO (0x8000)
|
|
# SECOVERFLOW-NEXT: }
|
|
# SECOVERFLOW-NEXT: ]
|