Skip to content

Commit

Permalink
Fix bazel build.
Browse files Browse the repository at this point in the history
- https://reviews.llvm.org/D122619 bumped zlib version but didn't change
  the hash

- Added new header from https://reviews.llvm.org/D108438
  • Loading branch information
slackito committed Apr 5, 2022
1 parent 6c9bc2d commit 54cc7de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bazel/WORKSPACE
Expand Up @@ -37,7 +37,7 @@ maybe(
http_archive,
name = "zlib",
build_file = "@llvm-raw//utils/bazel/third_party_build:zlib.BUILD",
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
sha256 = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9",
strip_prefix = "zlib-1.2.12",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.12.tar.gz",
Expand Down
2 changes: 2 additions & 0 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Expand Up @@ -645,6 +645,7 @@ cc_library(
"lib/Bitstream/Reader/*.h",
]),
hdrs = [
"include/llvm/Bitstream/BitCodeEnums.h",
"include/llvm/Bitstream/BitCodes.h",
"include/llvm/Bitstream/BitstreamReader.h",
],
Expand All @@ -660,6 +661,7 @@ cc_library(
"lib/Bitstream/Writer/*.h",
]),
hdrs = [
"include/llvm/Bitstream/BitCodeEnums.h",
"include/llvm/Bitstream/BitCodes.h",
"include/llvm/Bitstream/BitstreamWriter.h",
],
Expand Down

0 comments on commit 54cc7de

Please sign in to comment.