Integrate LLVM at llvm/llvm-project@b3a33553ae
Updates LLVM usage to match [b3a33553aec7](https://github.com/llvm/llvm-project/commit/b3a33553aec7) PiperOrigin-RevId: 360910047
This commit is contained in:
parent
39650a5d5a
commit
57e9941d5d
|
@ -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 = "c907681b077c6acf95c3ddca6611639c29559e40"
|
LLVM_COMMIT = "b3a33553aec7b3a9e702da0ae6669eab1a6b14ae"
|
||||||
|
|
||||||
LLVM_SHA256 = "2929f1730e9ba4fea489400d81e5da21a4e79c94fea9dd3fd12e042350ff19ea"
|
LLVM_SHA256 = "e07312bd65c4609561c02758e214ca814c4f99dd0d749b78b636873518cd6589"
|
||||||
|
|
||||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
c907681b077c6acf95c3ddca6611639c29559e40
|
b3a33553aec7b3a9e702da0ae6669eab1a6b14ae
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue