Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-objcopy / ELF / error-format.test
blob4e8a48ca582cc0f593ad87dd7b71040d60301900
1 ## This test shows that we include the tool name in error/warning messages.
3 # RUN: not llvm-objcopy %S/non-existent 2>&1 | FileCheck --check-prefix=ERR %s -DTOOL=objcopy -DMSG=%errc_ENOENT
4 # RUN: not llvm-strip %S/non-existent 2>&1 | FileCheck --check-prefix=ERR %s -DTOOL=strip -DMSG=%errc_ENOENT
6 # ERR: llvm-[[TOOL]]{{(\.exe)?}}: error: '{{.*}}': [[MSG]]
8 ## Currently llvm-objcopy does not issue warnings, so it is not tested.
10 # RUN: yaml2obj %s -o %t
11 # RUN: llvm-strip %t %t 2>&1 | FileCheck --check-prefix=WARN %s
13 # WARN: llvm-strip{{(\.exe)?}}: warning: '{{.*}}' was already specified
15 --- !ELF
16 FileHeader:
17   Class:   ELFCLASS64
18   Data:    ELFDATA2LSB
19   Type:    ET_DYN
20   Machine: EM_RISCV