Integrate LLVM at llvm/llvm-project@777a58e05b
Updates LLVM usage to match [777a58e05b22](https://github.com/llvm/llvm-project/commit/777a58e05b22) PiperOrigin-RevId: 366149625
This commit is contained in:
parent
7b0a6bfeee
commit
f25ef97943
|
@ -15,9 +15,9 @@
|
|||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
LLVM_COMMIT = "fcf6800506862586e2d409aaa03a1cff818edfcc"
|
||||
LLVM_COMMIT = "777a58e05b22973d902e78091a2e06b99c71b65c"
|
||||
|
||||
LLVM_SHA256 = "632d9e39433804137692bd0954591810cbc7babea937caa0757e97f4a690fedf"
|
||||
LLVM_SHA256 = "e8a2c9a816a9aa443cfc459b4121b1d094796dc6ca17cd83751b710e35a91a20"
|
||||
|
||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
fcf6800506862586e2d409aaa03a1cff818edfcc
|
||||
777a58e05b22973d902e78091a2e06b99c71b65c
|
||||
|
||||
|
|
Loading…
Reference in New Issue