Integrate LLVM at llvm/llvm-project@01ace074fc
Updates LLVM usage to match [01ace074fcb6](https://github.com/llvm/llvm-project/commit/01ace074fcb6) PiperOrigin-RevId: 369621404
This commit is contained in:
parent
dedf76105e
commit
a76445839c
|
@ -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 = "aa80ea8a617b3ca5da286ce399b5dd4e8f43a44a"
|
LLVM_COMMIT = "01ace074fcb6a497fc16b1578fc10480dc7d563d"
|
||||||
|
|
||||||
LLVM_SHA256 = "4aa4c568431cda3197c160c40aa9e068f4db9fd8e964667c2380ea6c8a30588a"
|
LLVM_SHA256 = "620fe666030bb7299972f5d0cb067135e5216486e5f7c33230e55f007d765c4a"
|
||||||
|
|
||||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
aa80ea8a617b3ca5da286ce399b5dd4e8f43a44a
|
01ace074fcb6a497fc16b1578fc10480dc7d563d
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue