bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-objcopy/ELF/compress-debug-sections-zstd-err.test
2025-02-14 19:21:04 +01:00

5 lines
262 B
Text

# UNSUPPORTED: zstd
# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t
# RUN: not llvm-objcopy --compress-debug-sections=zstd %t /dev/null 2>&1 | FileCheck %s
# CHECK: error: LLVM was not built with LLVM_ENABLE_ZSTD or did not find zstd at build time