From 0f99cfb963d2233d867d6ed975f4bd4b9a9292c0 Mon Sep 17 00:00:00 2001 From: James Newling Date: Mon, 6 Oct 2025 10:21:16 -0700 Subject: [PATCH] LLVM bump, carry reverts, namespace fix Signed-off-by: James Newling --- compiler/src/iree/compiler/Dialect/VM/Tools/VMOpEncoderGen.cpp | 2 +- third_party/llvm-project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/src/iree/compiler/Dialect/VM/Tools/VMOpEncoderGen.cpp b/compiler/src/iree/compiler/Dialect/VM/Tools/VMOpEncoderGen.cpp index 7cc7a9b8b52d..bab4c498da77 100644 --- a/compiler/src/iree/compiler/Dialect/VM/Tools/VMOpEncoderGen.cpp +++ b/compiler/src/iree/compiler/Dialect/VM/Tools/VMOpEncoderGen.cpp @@ -43,7 +43,7 @@ bool emitEncodeFnDefs(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) { continue; Operator op(def); - tblgen::NamespaceEmitter emitter(os, op.getDialect()); + tblgen::DialectNamespaceEmitter emitter(os, op.getDialect()); os << formatv( "LogicalResult {0}::encode(SymbolTable &syms, VMFuncEncoder &e) {{\n", op.getCppClassName()); diff --git a/third_party/llvm-project b/third_party/llvm-project index a7d77ffd94d0..eadd8610e979 160000 --- a/third_party/llvm-project +++ b/third_party/llvm-project @@ -1 +1 @@ -Subproject commit a7d77ffd94d0385b0741e6fe8a0b48c113d78ce7 +Subproject commit eadd8610e979da455e0f1b0ee838e443c6035dc5