18 lines · plain
1# RUN: yaml2obj %s -o %t2# RUN: not llvm-objdump --offloading %t 2>&1 | FileCheck -DFILENAME=%t %s3 4!ELF5FileHeader:6 Class: ELFCLASS647 Data: ELFDATA2LSB8 Type: ET_EXEC9Sections:10 - Name: .llvm.offloading11 Type: SHT_LLVM_OFFLOADING12 Flags: [ SHF_EXCLUDE ]13 Address: 0x014 AddressAlign: 0x000000000000000815 Content: "10ffb0ad"16 17# CHECK: error: '[[FILENAME]]': while extracting offloading files: Invalid data was encountered while parsing the file18