Integrate LLVM at llvm/llvm-project@bf6380c096
Updates LLVM usage to match [bf6380c0966b](https://github.com/llvm/llvm-project/commit/bf6380c0966b) PiperOrigin-RevId: 359728311
This commit is contained in:
parent
fe4234bcff
commit
c63ac91206
|
@ -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 = "5d64dd8e3c22e12e4f7b3d08ffe88fc41e727117"
|
LLVM_COMMIT = "bf6380c0966b26a2aec7f2072efd0a1a9b6328f2"
|
||||||
|
|
||||||
LLVM_SHA256 = "19131ecf82681acec18780a6b9dbe2412e35132ccab104074951b6d50407d08d"
|
LLVM_SHA256 = "b225983215a6ba47cbc344df25c158c60baf8cf2cfe5e990e13e028f7ff6dcdc"
|
||||||
|
|
||||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
5d64dd8e3c22e12e4f7b3d08ffe88fc41e727117
|
bf6380c0966b26a2aec7f2072efd0a1a9b6328f2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue