[llvm] [bazel] Use zstd from the BCR (PR #169146)

Keith Smiley via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 24 16:00:18 PST 2025


================
@@ -34,6 +33,8 @@ use_repo(
     "vulkan_sdk",
 )
 
+bazel_dep(name = "zstd", version = "1.5.7", repo_name = "llvm_zstd")
----------------
keith wrote:

i just moved it back to reduce confusion, especially since ones like protobuf can be both

https://github.com/llvm/llvm-project/pull/169146


More information about the llvm-commits mailing list