Integrate LLVM at llvm/llvm-project@ea5b75de49
Updates LLVM usage to match [ea5b75de4999](https://github.com/llvm/llvm-project/commit/ea5b75de4999) PiperOrigin-RevId: 355493884
This commit is contained in:
parent
44d0464d16
commit
3380d0a761
|
@ -15,9 +15,9 @@
|
|||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
LLVM_COMMIT = "bbb7555403855f5c2a61d62ae59f1e970ea37ec1"
|
||||
LLVM_COMMIT = "ea5b75de49999e0fa496fc855aa88e009956c999"
|
||||
|
||||
LLVM_SHA256 = "da5dd9870fbba4d5060caf9b4c45c30260c1e5423b6e990450c22cd9ab25bc26"
|
||||
LLVM_SHA256 = "1e948ae9fca0c63c5f46f0fa6040292963845948a2a4f4c6c3c50954dd419bf2"
|
||||
|
||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
bbb7555403855f5c2a61d62ae59f1e970ea37ec1
|
||||
ea5b75de49999e0fa496fc855aa88e009956c999
|
||||
|
||||
|
|
Loading…
Reference in New Issue