[yaml2obj][obj2yaml] - Do not create a symbol table by default.
[llvm-complete.git] / test / tools / yaml2obj / invalid-docnum.test
blobe25a033b63881bfffb6a42255c9d5696d86696fd
1 ## Test that an error is reported when a docnum is specified, which is
2 ## greater than the number of YAML inputs in the file.
4 # RUN: not yaml2obj %s --docnum=3 2>&1 | FileCheck %s
5 # CHECK: yaml2obj: error: cannot find the 3rd document
7 # RUN: not yaml2obj %s --docnum=76768677 2>&1 | FileCheck %s --check-prefix=TWO
8 # TWO: yaml2obj: error: cannot find the 76768677th document
10 --- !ELF
11 FileHeader:
12   Class:   ELFCLASS64
13   Data:    ELFDATA2LSB
14   Type:    ET_DYN
15   Machine: EM_X86_64
17 --- !ELF
18 FileHeader:
19   Class:   ELFCLASS64
20   Data:    ELFDATA2LSB
21   Type:    ET_DYN
22   Machine: EM_X86_64