File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -86,15 +86,15 @@ LLVM_TARGETS = select({
8686}) + ["AArch64" , "X86" , "ARM" ]
8787
8888# Uncomment these lines to use a custom LLVM commit
89- # LLVM_COMMIT = "b39c5cb6977f35ad727d86b2dd6232099734ffd3 "
90- # LLVM_SHA256 = ""
91- # http_archive(
92- # name = "llvm-raw",
93- # build_file_content = "# empty",
94- # sha256 = LLVM_SHA256,
95- # strip_prefix = "llvm-project-" + LLVM_COMMIT,
96- # urls = ["https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT)],
97- # )
89+ LLVM_COMMIT = "7d81eb0c711713252acc523722bc2bd647fbdc87 "
90+ LLVM_SHA256 = ""
91+ http_archive (
92+ name = "llvm-raw" ,
93+ build_file_content = "# empty" ,
94+ sha256 = LLVM_SHA256 ,
95+ strip_prefix = "llvm-project-" + LLVM_COMMIT ,
96+ urls = ["https://github.com/llvm/llvm-project/archive/{commit}.tar.gz" .format (commit = LLVM_COMMIT )],
97+ )
9898#
9999#
100100# load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
You can’t perform that action at this time.
0 commit comments