Integrate LLVM at llvm/llvm-project@7f6e331645
Updates LLVM usage to match [7f6e3316456f](https://github.com/llvm/llvm-project/commit/7f6e3316456f) PiperOrigin-RevId: 359595260
This commit is contained in:
parent
bb22553219
commit
e7a3ec18ad
|
@ -15,9 +15,9 @@
|
|||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
LLVM_COMMIT = "f4d78a5e3aee53d46e0f13e77f08ee610bade7fc"
|
||||
LLVM_COMMIT = "7f6e3316456f939a062aad0eeaac983251a1747c"
|
||||
|
||||
LLVM_SHA256 = "2514974c699945620281a99be2b4c3c26e48a30c9213d749275a3f2601967400"
|
||||
LLVM_SHA256 = "83d80a34a4ee6672d10979044d6fba5ea0383f8565c371383a0b5d321605d326"
|
||||
|
||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
f4d78a5e3aee53d46e0f13e77f08ee610bade7fc
|
||||
7f6e3316456f939a062aad0eeaac983251a1747c
|
||||
|
||||
|
|
Loading…
Reference in New Issue