repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-objcopy
/
ELF
/
compress-debug-sections-zstd-err.test
blob
94eebd85deda483c300dae5bd9844ea2a85454ce
1
# UNSUPPORTED: zstd
2
# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t
3
# RUN: not llvm-objcopy --compress-debug-sections=zstd %t /dev/null 2>&1 | FileCheck %s
4
5
# CHECK: error: LLVM was not built with LLVM_ENABLE_ZSTD or did not find zstd at build time