Integrate LLVM at llvm/llvm-project@85ab413b53
Updates LLVM usage to match [85ab413b53ae](https://github.com/llvm/llvm-project/commit/85ab413b53ae) PiperOrigin-RevId: 363298500
This commit is contained in:
parent
c54527fe88
commit
caae2525ef
|
@ -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 = "678241795c957b18bc473045e48abe3f2a61ff5c"
|
LLVM_COMMIT = "85ab413b53aeb135eb58dab066afcbf20bef0cf8"
|
||||||
|
|
||||||
LLVM_SHA256 = "58fd00a9ed7841f36aa7042bb8c98323b030dee98abe36757eea9ddf4fd5ea75"
|
LLVM_SHA256 = "8dcc2e5494c36b0f7d7f176847e66c1df6546029cd00ee7534744cd11ce46bf2"
|
||||||
|
|
||||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
678241795c957b18bc473045e48abe3f2a61ff5c
|
85ab413b53aeb135eb58dab066afcbf20bef0cf8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue