Integrate LLVM at llvm/llvm-project@628dda08b8
Updates LLVM usage to match [628dda08b82f](https://github.com/llvm/llvm-project/commit/628dda08b82f) PiperOrigin-RevId: 367238750
This commit is contained in:
parent
f003df084b
commit
11c1bc4bd2
|
@ -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 = "c0ef93bec85a8847b51d91d2a6470af903e1ec9a"
|
LLVM_COMMIT = "628dda08b82fcedcd9e89c9ef7850388e988bf68"
|
||||||
|
|
||||||
LLVM_SHA256 = "5c8b91d77319abd2c6fde30f89cd52b018a11ce0f4173b37911592d1ab97d05c"
|
LLVM_SHA256 = "b48c8c63c17631cc0160e1359c1e977188aa6cf5924cfd4b5664397effe65f30"
|
||||||
|
|
||||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
c0ef93bec85a8847b51d91d2a6470af903e1ec9a
|
628dda08b82fcedcd9e89c9ef7850388e988bf68
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue