[Mlir-commits] [mlir] [mlir][python] automatic location inference (PR #151246)
Maksim Levental
llvmlistbot at llvm.org
Thu Jul 31 08:24:58 PDT 2025
================
@@ -197,3 +197,69 @@ PyGlobals::lookupOperationClass(llvm::StringRef operationName) {
// Not found and loading did not yield a registration.
return std::nullopt;
}
+
+bool PyGlobals::TracebackLoc::locTracebacksEnabled() const {
+ return locTracebackEnabled_;
----------------
makslevental wrote:
fixed
https://github.com/llvm/llvm-project/pull/151246
More information about the Mlir-commits
mailing list