[SYCL] Do not link `zstd` to SYCL RT directly, use LLVMSupport instead
Open
confirmed
enhancement
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
### Is your feature request related to a problem? Please describe
Now that we link LLVMSupport library to SYCL RT (https://github.com/intel/llvm/pull/16763), we can use `llvm/Support/Compression.h`(https://llvm.org/doxygen/Compression_8h.html) for zstd decompression and we can altogether avoid linking `zstd` to SYCL RT.
### Describe the solution you would like
_No response_
### Describe alternatives you have considered
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.