1# RUN: yaml2obj %s -o %t 2# RUN: not llvm-objdump --offloading %t 2>&1 | FileCheck -DFILENAME=%t %s 3 4!ELF 5FileHeader: 6 Class: ELFCLASS64 7 Data: ELFDATA2LSB 8 Type: ET_EXEC 9Sections: 10 - Name: .llvm.offloading 11 Type: SHT_LLVM_OFFLOADING 12 Flags: [ SHF_EXCLUDE ] 13 Address: 0x0 14 AddressAlign: 0x0000000000000008 15 Content: "10ffb0ad" 16 17# CHECK: error: '[[FILENAME]]': while extracting offloading files: Invalid data was encountered while parsing the file 18