Integrate LLVM at llvm/llvm-project@aad3113417
Updates LLVM usage to match [aad311341736](https://github.com/llvm/llvm-project/commit/aad311341736) PiperOrigin-RevId: 371716638
This commit is contained in:
parent
e6faaea280
commit
4bf1904c86
|
@ -15,9 +15,9 @@
|
||||||
|
|
||||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||||
|
|
||||||
LLVM_COMMIT = "1f8963c80195aa86d02e81acedcf1ff3da127842"
|
LLVM_COMMIT = "aad3113417369a16ef57291b46594a4e07014eae"
|
||||||
|
|
||||||
LLVM_SHA256 = "7151b91b743689b90222a0637c952625eb479cc4204e5d50b625d27e49ef30ed"
|
LLVM_SHA256 = "c529607933d391593e3e3f28dc5cdde43258dde1b21678f6f8fb39a7113bdecb"
|
||||||
|
|
||||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
1f8963c80195aa86d02e81acedcf1ff3da127842
|
aad3113417369a16ef57291b46594a4e07014eae
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue