xref: /llvm-project/llvm/test/MC/ELF/compress-debug-sections-zstd-unavailable.s (revision fbf5e87219c5690c9ae1496a5bbda1198ee87b83)
1# UNSUPPORTED: zstd
2# RUN: not llvm-mc -filetype=obj -compress-debug-sections=zstd -triple x86_64 %s 2>&1 | FileCheck %s
3
4# CHECK:     error: --compress-debug-sections: LLVM was not built with LLVM_ENABLE_ZSTD or did not find zstd at build time
5# CHECK-NOT: {{.}}
6