Integrate LLVM at llvm/llvm-project@cb81135f94
Updates LLVM usage to match [cb81135f94e5](https://github.com/llvm/llvm-project/commit/cb81135f94e5) PiperOrigin-RevId: 359746866
This commit is contained in:
parent
c63ac91206
commit
c68b71b5dc
|
@ -15,9 +15,9 @@
|
|||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
LLVM_COMMIT = "bf6380c0966b26a2aec7f2072efd0a1a9b6328f2"
|
||||
LLVM_COMMIT = "cb81135f94e58ce0a0e91d764841acee90eeb59f"
|
||||
|
||||
LLVM_SHA256 = "b225983215a6ba47cbc344df25c158c60baf8cf2cfe5e990e13e028f7ff6dcdc"
|
||||
LLVM_SHA256 = "0b44d25456b4f8bc8740d5fc74861c280383acc0ec979e7a387ae30b1a3f362a"
|
||||
|
||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
bf6380c0966b26a2aec7f2072efd0a1a9b6328f2
|
||||
cb81135f94e58ce0a0e91d764841acee90eeb59f
|
||||
|
||||
|
|
Loading…
Reference in New Issue