blob: e555b102bbc698da42de400374cdd0704531e7af [file] [log] [blame]
Jake Ehrlich8ad77792018-12-03 19:49:23 +00001# RUN: yaml2obj %s > %t
2# RUN: not llvm-objcopy --build-id-link-dir=%t-dir --build-id-link-input=.debug %t 2>&1 >/dev/null | FileCheck %s
3
4# CHECK: Could not find build ID.
5
6--- !ELF
7FileHeader:
8 Class: ELFCLASS64
9 Data: ELFDATA2LSB
10 Type: ET_EXEC
11 Machine: EM_X86_64
12Sections:
13 - Name: .note.foo
14 Type: SHT_NOTE
15 Flags: [ SHF_ALLOC ]
16 Content: 000000000000000000000000
17ProgramHeaders:
18 - Type: PT_NOTE
19 Flags: [ PF_R ]
20 Sections:
George Rimarf5345a32019-05-01 09:45:55 +000021 - Section: .note.foo