File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ index 37e79db376b4..058788948f94 100644
99- # We unconditionally depend on the custom LLVM zlib wrapper. This will
1010- # be an empty library unless zlib is enabled, in which case it will
1111- # both provide the necessary dependencies and configuration defines.
12- - "@llvm_zlib// :zlib",
12+ - "//third-party :zlib",
1313- # We unconditionally depend on the custom LLVM zstd wrapper. This will
1414- # be an empty library unless zstd is enabled, in which case it will
1515- # both provide the necessary dependencies and configuration defines.
@@ -24,8 +24,8 @@ diff -u a/utils/bazel/llvm-project-overlay/lld/BUILD.bazel b/utils/bazel/llvm-p
2424 "//llvm:TargetParser",
2525 "//llvm:TransformUtils",
2626 "//llvm:config",
27+ - "//third-party:zlib",
2728- "//third-party:zstd",
28- - "@llvm_zlib//:zlib",
2929 ],
3030 )
3131
You can’t perform that action at this time.
0 commit comments