brintos

brintos / llvm-project-archived public Read only

0
0
Text · 466 B · da5d687 Raw
14 lines · plain
1RUN: llvm-readobj -S %p/Inputs/invalid-bad-section-address.coff 2>&1 | \2RUN: FileCheck --check-prefix=SECTIONS %s3 4SECTIONS:      Section {5SECTIONS-NEXT:   Number: 16SECTIONS-NEXT:   Name: .text (2E 74 65 78 74 00 00 00)7SECTIONS-NEXT:   VirtualSize: 0x08SECTIONS-NEXT:   VirtualAddress: 0x10000009 10RUN: not --crash llvm-readobj -r %p/Inputs/invalid-bad-section-address.coff 2>&1 | \11RUN: FileCheck %s12 13CHECK: Sections with relocations should have an address of 014