xref: /llvm-project/llvm/test/MC/ELF/compress-debug-sections-zlib-unavailable.s (revision b090ef9e4f9012762076603918c2c881d84edc60)
1// REQUIRES: !zlib
2// RUN: not llvm-mc -filetype=obj -compress-debug-sections=zlib -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
3
4// CHECK:     error: --compress-debug-sections: LLVM was not built with LLVM_ENABLE_ZLIB or did not find zlib at build time
5// CHECK-NOT: {{.}}
6