compiletest::header

Function llvm_has_libzstd

source
pub fn llvm_has_libzstd(config: &Config) -> bool
Expand description

For tests using the needs-llvm-zstd directive:

  • for local LLVM builds, try to find the static zstd library in the llvm-config system libs.
  • for download-ci-llvm, see if lld was built with zstd support.