Lines Matching +full:zlib +full:- +full:level
1 # REQUIRES: x86, zlib
3 # RUN: yaml2obj %s -o %t.o
5 # RUN: ld.lld %t.o -o %t.default --compress-debug-sections=zlib
6 # RUN: llvm-readelf --sections %t.default | FileCheck -check-prefixes=HEADER,LEVEL1 %s
8 # RUN: ld.lld -O0 %t.o -o %t.O0 --compress-debug-sections=zlib
9 # RUN: llvm-readelf --sections %t.O0 | FileCheck -check-prefixes=HEADER,LEVEL1 %s
12 # RUN: ld.lld -O1 %t.o -o %t.O1 --compress-debug-sections=zlib
13 # RUN: llvm-readelf --sections %t.O1 | FileCheck -check-prefixes=HEADER,LEVEL1 %s
16 # RUN: ld.lld -O2 %t.o -o %t.O2 --compress-debug-sections=zlib
17 # RUN: llvm-readelf --sections %t.O2 | FileCheck -check-prefixes=HEADER,LEVEL6 %s
19 ## LLD uses zlib compression of level 1 when -O0, -O1 and level 6 when -O2.
20 ## Here we check how -O flag affects the size of compressed sections produced.
27 ## applying compression of level 1 and 6.
29 --- !ELF
36 - Name: .debug_info