Integrate LLVM at llvm/llvm-project@e635feb15a
Updates LLVM usage to match [e635feb15a91](https://github.com/llvm/llvm-project/commit/e635feb15a91) PiperOrigin-RevId: 355392465
This commit is contained in:
parent
0472837e50
commit
9d8a53c452
|
@ -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 = "54afcade3bbcf4a085c8a8c3c22429921420e54d"
|
LLVM_COMMIT = "e635feb15a91e6eeb77876031be2811e63d542f3"
|
||||||
|
|
||||||
LLVM_SHA256 = "1b2682e6717f580a77daaeaa9c9f6d2afb9e2dc23ffea6acad07db54a7771124"
|
LLVM_SHA256 = "c45b6e3e483f1bf2fa37b44352d44e171e81224214fec487a6da253b7d27267e"
|
||||||
|
|
||||||
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
54afcade3bbcf4a085c8a8c3c22429921420e54d
|
e635feb15a91e6eeb77876031be2811e63d542f3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue