Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / obj2yaml / output-file.yaml
blob196999e8a324fbf5d8655481b5c0b60fa451a70a
1 ## Test that -o sets the output file name.
3 # RUN: yaml2obj %s -o %t
4 # RUN: rm -f %t.yaml && obj2yaml %t -o %t.yaml
5 # RUN: ls %t.yaml
6 # RUN: rm -f %t.yaml && cat %t | obj2yaml -o%t.yaml
7 # RUN: ls %t.yaml
9 ## In case of an error, don't create the output file.
10 # RUN: rm -f %t.yaml
11 # RUN: echo | not obj2yaml -o %t.yaml
12 # RUN: not ls %t.yaml
14 # RUN: not obj2yaml %t -o %p/path/does/not/exist 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
16 # CHECK: obj2yaml: error: failed to open '{{.*}}/path/does/not/exist': [[MSG]]
18 !ELF
19 FileHeader:
20   Class:   ELFCLASS64
21   Data:    ELFDATA2LSB
22   Type:    ET_REL
23   Machine: EM_NONE