[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / llvm / test / tools / yaml2obj / output-file.yaml
blobc3c807db0ede8940b738815b67f0ad6d54f3ce32
1 ## Test that -o sets the output file name.
3 # RUN: rm -f %t
4 # RUN: yaml2obj %s -o %t
5 # RUN: ls %t
6 # RUN: rm -f %t
7 # RUN: yaml2obj %s -o%t
8 # RUN: ls %t
10 # RUN: not yaml2obj -o %p/path/does/not/exist 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
12 # CHECK: yaml2obj: error: failed to open '{{.*}}/path/does/not/exist': [[MSG]]
14 !ELF
15 FileHeader:
16   Class:   ELFCLASS64
17   Data:    ELFDATA2LSB
18   Type:    ET_REL
19   Machine: EM_NONE