Integrate LLVM at llvm/llvm-project@f4d78a5e3a
Updates LLVM usage to match [f4d78a5e3aee](https://github.com/llvm/llvm-project/commit/f4d78a5e3aee) PiperOrigin-RevId: 359543192
This commit is contained in:
parent
90f0d7f935
commit
bb22553219
|
@ -15,9 +15,9 @@
|
|||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
LLVM_COMMIT = "d8a8e5d6240a1db809cd95106910358e69bbf299"
|
||||
LLVM_COMMIT = "f4d78a5e3aee53d46e0f13e77f08ee610bade7fc"
|
||||
|
||||
LLVM_SHA256 = "3d464d2209a614356d5003fa6739b86e9ead865541343b88e721a8021046b1fe"
|
||||
LLVM_SHA256 = "2514974c699945620281a99be2b4c3c26e48a30c9213d749275a3f2601967400"
|
||||
|
||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
d8a8e5d6240a1db809cd95106910358e69bbf299
|
||||
f4d78a5e3aee53d46e0f13e77f08ee610bade7fc
|
||||
|
||||
|
|
Loading…
Reference in New Issue