Integrate LLVM at llvm/llvm-project@a51829913d
Updates LLVM usage to match [a51829913dba](https://github.com/llvm/llvm-project/commit/a51829913dba) PiperOrigin-RevId: 323541562 Change-Id: I664c2f9c4889f7a6a97117234a1cac0639fa8f15
This commit is contained in:
parent
cf49bfdb2a
commit
f295633406
@ -711,8 +711,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
||||
)
|
||||
|
||||
# Check out LLVM and MLIR from llvm-project.
|
||||
LLVM_COMMIT = "eed333149d178b69fdaf39b9419b7ca032520182"
|
||||
LLVM_SHA256 = "ee6ba5d5f25dfbfe524ef58f15ab64c772b3bd6d45b0b01b9b88aa222992d3c2"
|
||||
LLVM_COMMIT = "a51829913dba28dae603fdcdddd242c7e20192a1"
|
||||
LLVM_SHA256 = "53a6cb26b3716fb8ace65cb80ef37af1c9b53cb734d945dce3dee8d4f28dc219"
|
||||
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),
|
||||
|
1
third_party/mlir/test.BUILD
vendored
1
third_party/mlir/test.BUILD
vendored
@ -144,6 +144,7 @@ cc_library(
|
||||
"lib/IR/TestMatchers.cpp",
|
||||
"lib/IR/TestSideEffects.cpp",
|
||||
"lib/IR/TestSymbolUses.cpp",
|
||||
"lib/IR/TestTypes.cpp",
|
||||
],
|
||||
deps = [
|
||||
":TestDialect",
|
||||
|
Loading…
Reference in New Issue
Block a user