Integrate LLVM at llvm/llvm-project@72b18a86e1
Updates LLVM usage to match [72b18a86e11e](https://github.com/llvm/llvm-project/commit/72b18a86e11e) PiperOrigin-RevId: 359762921
This commit is contained in:
parent
c68b71b5dc
commit
c616963501
|
@ -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 = "cb81135f94e58ce0a0e91d764841acee90eeb59f"
|
LLVM_COMMIT = "72b18a86e11ebc970be96a8c2b11aa3a31c14c5d"
|
||||||
|
|
||||||
LLVM_SHA256 = "0b44d25456b4f8bc8740d5fc74861c280383acc0ec979e7a387ae30b1a3f362a"
|
LLVM_SHA256 = "f201b3b057093a622f52c86e6dbbd9ab846538e218e4e2396c63c10b8562e401"
|
||||||
|
|
||||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
cb81135f94e58ce0a0e91d764841acee90eeb59f
|
72b18a86e11ebc970be96a8c2b11aa3a31c14c5d
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue