Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / compress-sections-err.s
blob09780380708319c99a848e46f8b682301bc64ce2
1 # REQUIRES: x86
2 # UNSUPPORTED: zlib
4 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o
5 # RUN: ld.lld %t.o --compress-debug-sections=zlib --compress-debug-sections=none -o /dev/null 2>&1 | count 0
6 # RUN: not ld.lld %t.o --compress-debug-sections=zlib -o /dev/null 2>&1 | \
7 # RUN: FileCheck %s --implicit-check-not=error:
9 # CHECK: error: --compress-debug-sections: LLVM was not built with LLVM_ENABLE_ZLIB or did not find zlib at build time
11 .globl _start
12 _start: