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 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" ,
Original file line number Diff line number Diff 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 ],
You can’t perform that action at this time.
0 commit comments