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
/
compress-debug-sections-invalid-format.test
blob
854dfe26560b6208887d200895e437c13313f55e
1
# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
2
# RUN: not llvm-objcopy --compress-debug-sections=zlib-fake %t.o 2>&1 | FileCheck %s
3
4
# CHECK: Invalid or unsupported --compress-debug-sections format: zlib-fake.
5