Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: use warning output from rustc to catch missing compression
Using `ld.lld` may have been clever, but that was getting the /system/ ld.lld, not one we may have built as part of building llvm. By using the warning message coming directly from rustc we now correctly skip the zlib and zstd tests when the support is missing.
- Loading branch information