1 ; Check an executable, where the baes relocation data directory points into
2 ; a section (within the range specified by VirtualSize), but outside of the
3 ; raw data provided in the executable. Make sure that we don't error out on
4 ; the executable - but we don't try to print any base relocs (as their data
7 RUN: yaml2obj %p/Inputs/COFF/data-dir-out-of-bounds.yaml | llvm-readobj --coff-basereloc - | FileCheck %s