repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
tools
/
llvm-objcopy
/
ELF
/
compress-debug-sections-default-gnu.test
blob
9db3d3b7f9cf471f8a72cb238a01db7f579570fe
1
# REQUIRES: zlib
2
3
# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
4
# RUN: llvm-objcopy --compress-debug-sections --compress-debug-sections=zlib-gnu %t.o %t-compressed.o
5
# RUN: llvm-objdump -s %t-compressed.o | FileCheck %s
6
7
# CHECK: .zdebug_foo:
8
# CHECK: ZLIB
9