Skip to content

Commit 54cc7de

Browse files
committed
Fix bazel build.
- https://reviews.llvm.org/D122619 bumped zlib version but didn't change the hash - Added new header from https://reviews.llvm.org/D108438
1 parent 6c9bc2d commit 54cc7de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

utils/bazel/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ maybe(
3737
http_archive,
3838
name = "zlib",
3939
build_file = "@llvm-raw//utils/bazel/third_party_build:zlib.BUILD",
40-
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
40+
sha256 = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9",
4141
strip_prefix = "zlib-1.2.12",
4242
urls = [
4343
"https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.12.tar.gz",

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ cc_library(
645645
"lib/Bitstream/Reader/*.h",
646646
]),
647647
hdrs = [
648+
"include/llvm/Bitstream/BitCodeEnums.h",
648649
"include/llvm/Bitstream/BitCodes.h",
649650
"include/llvm/Bitstream/BitstreamReader.h",
650651
],
@@ -660,6 +661,7 @@ cc_library(
660661
"lib/Bitstream/Writer/*.h",
661662
]),
662663
hdrs = [
664+
"include/llvm/Bitstream/BitCodeEnums.h",
663665
"include/llvm/Bitstream/BitCodes.h",
664666
"include/llvm/Bitstream/BitstreamWriter.h",
665667
],

0 commit comments

Comments
 (0)