blob: 1a69757b4e8574675b259280c30a4095c69715e9 [file] [log] [blame]
Petr Hosekec2b3fc2017-09-07 23:02:50 +00001# RUN: yaml2obj %s > %t
2# RUN: not llvm-objcopy %t %t2 2>&1 >/dev/null | FileCheck %s
3
4!ELF
5FileHeader:
6 Class: ELFCLASS64
7 Data: ELFDATA2LSB
8 Type: ET_EXEC
9 Machine: EM_X86_64
10Symbols:
11 Global:
12 - Name: test
13 Index: 0xff05
14
Jake Ehrlich523560e2017-09-19 19:05:15 +000015# CHECK: Symbol 'test' has unsupported value greater than or equal to SHN_LORESERVE: 65285