Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-nm / XCOFF / invalid-section-index.test
blob6ca126042e56a60e213478fe3504ee97bd6458eb
1 ## Test the behavior of the symbol reference section.
3 # RUN: yaml2obj  %s -o %t.o
4 # RUN: llvm-nm %t.o 2>&1 | FileCheck %s -DFILE=%t.o
6 # CHECK:      llvm-nm{{(\.exe)?}}: warning: [[FILE]]: for symbol with index 0: the section index (4) is invalid
7 # CHECK-NEXT: 00000000 ? .text
9 --- !XCOFF
10 FileHeader:
11   MagicNumber: 0x1DF
12 Sections:
13   - Name: .text
14 Symbols:
15   - Name:               .text
16     Value:              0x0
17     SectionIndex:       4
18     Type:               0x0
19     StorageClass:       C_STAT
20     NumberOfAuxEntries: 1