Integrate LLVM at llvm/llvm-project@a90d72127a
Updates LLVM usage to match [a90d72127a81](https://github.com/llvm/llvm-project/commit/a90d72127a81) PiperOrigin-RevId: 333488152 Change-Id: Ib1ab5ff9bf79eb6526f5f125eebcef7fe47d9201
This commit is contained in:
parent
300e0e74fc
commit
e798106686
@ -712,8 +712,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
||||
)
|
||||
|
||||
# Check out LLVM and MLIR from llvm-project.
|
||||
LLVM_COMMIT = "beeceb92c082ce13807504b1e8f0567bf91d17ea"
|
||||
LLVM_SHA256 = "01c426ff76789c069ccf03b2e8df4e8ea6a2d0cd23a77fb1aa33e7b2115d240c"
|
||||
LLVM_COMMIT = "a90d72127a814ea242227456be711aca07cc83a6"
|
||||
LLVM_SHA256 = "5d145e700435e5604a52cb30bf23ca83a8f94b853494966d401f3a07ee5eb14d"
|
||||
LLVM_URLS = [
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
|
||||
"https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
|
||||
|
Loading…
Reference in New Issue
Block a user