Nico, Collin and Clang maintainers,
```
FAILED: test_child_process exe.unstripped/test_child_process
"python3" "../../build/toolchain/gcc_link_wrapper.py" --output="./test_child_process" --strip="../.....(too long)
ld.lld: error: ../../third_party/fuchsia-sdk/sdk/arch/arm64/sysroot/lib/Scrt1.o:(.debug_abbrev) is compressed with ELFCOMPRESS_ZSTD, but lld is not built with zstd support
ld.lld: error: ../../third_party/fuchsia-sdk/sdk/arch/arm64/sysroot/lib/Scrt1.o:(.debug_info) is compressed with ELFCOMPRESS_ZSTD, but lld is not built with zstd support
```
```
~/chromium/chromium/src$ third_party/llvm-build/Release+Asserts/bin/lld-link --version
LLD 17.0.0
```
So I'd like to know if it's possible to enable this feature in the llvm we are using.
Thank you.