-
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@68b7ab127f58
Updates LLVM usage to match [68b7ab127f58](llvm/llvm-project@68b7ab127f58) PiperOrigin-RevId: 698135646
- Loading branch information
1 parent
7fd2196
commit d66bf48
Showing
4 changed files
with
11 additions
and
11 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 4731757..c624c15 100644 | ||
index c624c15..58eb58d 100644 | ||
--- a/third_party/llvm/workspace.bzl | ||
+++ b/third_party/llvm/workspace.bzl | ||
@@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive") | ||
|
||
def repo(name): | ||
"""Imports LLVM.""" | ||
- LLVM_COMMIT = "6e1acdcdc1b33c8d3cccf09b8d38279eef2ba69e" | ||
- LLVM_SHA256 = "6e6514c637a012fa88e9a584772916b6e82799b0ad5a70a0783ecc5db7aca409" | ||
+ LLVM_COMMIT = "b03a747fc0fc27ddcad3b50f2117d8150ee262f1" | ||
+ LLVM_SHA256 = "04e54670f439d664d09b91f5fecddee6c9a7198be2305584b6db5e3086835053" | ||
- LLVM_COMMIT = "b03a747fc0fc27ddcad3b50f2117d8150ee262f1" | ||
- LLVM_SHA256 = "04e54670f439d664d09b91f5fecddee6c9a7198be2305584b6db5e3086835053" | ||
+ LLVM_COMMIT = "68b7ab127f580bdc422c0dde4bfcd4a2daaeb630" | ||
+ LLVM_SHA256 = "6d92f2c11bd554c2c690f0e132809dd1b7491b1cb9df0285817646ae03f5ffb5" | ||
|
||
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