Skip to content

Commit 1b55784

Browse files
HEIR Teamcopybara-github
authored andcommitted
Updates LLVM usage to match [a70419505471](llvm/llvm-project@a70419505471) PiperOrigin-RevId: 887022209
1 parent a471a80 commit 1b55784

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

bazel/extensions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
66

77
def _llvm_deps_impl(_):
88
"""Implementation of the llvm_deps module extension."""
9-
LLVM_COMMIT = "b03b58be38f9e89f44ef7785bcc8f9a823309c77"
9+
LLVM_COMMIT = "a70419505471bd8240ef3451dcdd541f8676477c"
1010

1111
# Download LLVM/MLIR using a git repository
1212
new_git_repository(

patches/llvm.patch

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
11
Auto generated patch. Do not edit or delete it, even if empty.
2-
diff -ruN --strip-trailing-cr a/llvm/unittests/Analysis/IR2VecTest.cpp b/llvm/unittests/Analysis/IR2VecTest.cpp
3-
--- a/llvm/unittests/Analysis/IR2VecTest.cpp
4-
+++ b/llvm/unittests/Analysis/IR2VecTest.cpp
5-
@@ -604,8 +604,6 @@
6-
// Test invalid type IDs
7-
EXPECT_DEATH(Vocabulary::getIndex(static_cast<Type::TypeID>(MaxTypeIDs)),
8-
"Invalid type ID");
9-
- EXPECT_DEATH(Vocabulary::getIndex(static_cast<Type::TypeID>(MaxTypeIDs + 10)),
10-
- "Invalid type ID");
11-
}
12-
#endif // NDEBUG
13-
#endif // GTEST_HAS_DEATH_TEST

0 commit comments

Comments
 (0)