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
[Alignment][NFC] Instructions::getLoadStoreAlignment
[llvm-complete.git]
/
test
/
tools
/
llvm-objcopy
/
ELF
/
compress-debug-sections-invalid-format.test
blob
ae801dc7fbeac901a5a0dad329d36a5909addb2d
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