Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-objcopy / ELF / section-index-unsupported.test
blob8479d00c24852e4b8f15f879f7b467e48523e0a0
1 # RUN: yaml2obj %s -o %t
2 # RUN: not llvm-objcopy %t %t2 2>&1 >/dev/null | FileCheck %s
4 !ELF
5 FileHeader:
6   Class:           ELFCLASS64
7   Data:            ELFDATA2LSB
8   Type:            ET_EXEC
9   Machine:         EM_X86_64
10 Symbols:
11   - Name:     test
12     Index:    0xff05
13     Binding:  STB_GLOBAL
15 # CHECK: symbol 'test' has unsupported value greater than or equal to SHN_LORESERVE: 65285