-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate LLVM at llvm/llvm-project@a5e67fba8abb
Updates LLVM usage to match [a5e67fba8abb](llvm/llvm-project@a5e67fba8abb) PiperOrigin-RevId: 658525742
- Loading branch information
1 parent
d9a07ae
commit 7f8cc33
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl | ||
index e0f0b45..bb32ac1 100644 | ||
--- a/third_party/llvm/workspace.bzl | ||
+++ b/third_party/llvm/workspace.bzl | ||
diff --git i/third_party/llvm/workspace.bzl w/third_party/llvm/workspace.bzl | ||
index bb32ac1..04975f0 100644 | ||
--- i/third_party/llvm/workspace.bzl | ||
+++ w/third_party/llvm/workspace.bzl | ||
@@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive") | ||
|
||
def repo(name): | ||
"""Imports LLVM.""" | ||
- LLVM_COMMIT = "17ba4f4053e303be3e5408d34eaf687a49cefb06" | ||
- LLVM_SHA256 = "64c334c15f058ca090fe8eb1e2cd99fdcbaaaf6e57202760f32574d3a9d24d78" | ||
+ LLVM_COMMIT = "e1451236a0a07f1ee4ba5fe3ae2464a82a37c25c" | ||
+ LLVM_SHA256 = "22ade2cbcd9df84196461948456b6c965b536b8c25de92a9dc546534f550b63d" | ||
- LLVM_COMMIT = "e1451236a0a07f1ee4ba5fe3ae2464a82a37c25c" | ||
- LLVM_SHA256 = "22ade2cbcd9df84196461948456b6c965b536b8c25de92a9dc546534f550b63d" | ||
+ LLVM_COMMIT = "a5e67fba8abb35211aebb945d9d07ac988b80cf5" | ||
+ LLVM_SHA256 = "42ac76c43506c60f894b13ace8a02099a7cbcd1ed8d47b4246ab5e016b056ca8" | ||
|
||
tf_http_archive( | ||
name = name, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters