repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Remove LitTestCase
[llvm-complete.git]
/
test
/
tools
/
llvm-objcopy
/
ELF
/
bad-output-format.test
blob
e01d955111b8a5bf76a9026607bbc97eff6084a8
1
# RUN: yaml2obj %s > %t.o
2
3
# RUN: not llvm-objcopy -O xyz %t.o %t.2.o 2>&1 \
4
# RUN: | FileCheck %s --check-prefix=BAD-OUTPUT-FORMAT
5
6
!ELF
7
FileHeader:
8
Class: ELFCLASS32
9
Data: ELFDATA2LSB
10
Type: ET_EXEC
11
Machine: EM_386
12
13
# BAD-OUTPUT-FORMAT: Invalid output format: 'xyz'.