Also, add ELFCOMPRESS_ZSTD (2) from the approved generic-abi proposal: https://groups.google.com/g/generic-abi/c/satyPkuMisk ("Add new ch_type value: ELFCOMPRESS_ZSTD") Link: https://discourse.llvm.org/t/rfc-zstandard-as-a-second-compression-method-to-llvm/63399 ("[RFC] Zstandard as a second compression method to LLVM") Reviewed By: jhenderson, dblaikie Differential Revision: https://reviews.llvm.org/D130458
6 lines
262 B
Plaintext
6 lines
262 B
Plaintext
# 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
|