Skip to content

Commit 4f14882

Browse files
WillFroomGoogle-ML-Automation
authored andcommitted
[XLA] Fix zstd.patch
PiperOrigin-RevId: 837148226
1 parent ee43bb0 commit 4f14882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/llvm/zstd.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)