File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
llvm-project-overlay/llvm Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 37
37
http_archive ,
38
38
name = "zlib" ,
39
39
build_file = "@llvm-raw//utils/bazel/third_party_build:zlib.BUILD" ,
40
- sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 " ,
40
+ sha256 = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9 " ,
41
41
strip_prefix = "zlib-1.2.12" ,
42
42
urls = [
43
43
"https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.12.tar.gz" ,
Original file line number Diff line number Diff line change @@ -645,6 +645,7 @@ cc_library(
645
645
"lib/Bitstream/Reader/*.h" ,
646
646
]),
647
647
hdrs = [
648
+ "include/llvm/Bitstream/BitCodeEnums.h" ,
648
649
"include/llvm/Bitstream/BitCodes.h" ,
649
650
"include/llvm/Bitstream/BitstreamReader.h" ,
650
651
],
@@ -660,6 +661,7 @@ cc_library(
660
661
"lib/Bitstream/Writer/*.h" ,
661
662
]),
662
663
hdrs = [
664
+ "include/llvm/Bitstream/BitCodeEnums.h" ,
663
665
"include/llvm/Bitstream/BitCodes.h" ,
664
666
"include/llvm/Bitstream/BitstreamWriter.h" ,
665
667
],
You can’t perform that action at this time.
0 commit comments