[Mlir-commits] [mlir] 6dc83c1 - [MLIR] Fix build, obivous typos in cca510640
Mehdi Amini
llvmlistbot at llvm.org
Mon Apr 24 14:49:15 PDT 2023
Author: Mehdi Amini
Date: 2023-04-24T14:41:57-07:00
New Revision: 6dc83c156e6d7290163daeae7ac5f9b0b6fe6292
URL: https://github.com/llvm/llvm-project/commit/6dc83c156e6d7290163daeae7ac5f9b0b6fe6292
DIFF: https://github.com/llvm/llvm-project/commit/6dc83c156e6d7290163daeae7ac5f9b0b6fe6292.diff
LOG: [MLIR] Fix build, obivous typos in cca510640
Added:
Modified:
mlir/lib/Debug/CLOptionsSetup.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Debug/CLOptionsSetup.cpp b/mlir/lib/Debug/CLOptionsSetup.cpp
index 96e6ddc32be9..24d0bd880826 100644
--- a/mlir/lib/Debug/CLOptionsSetup.cpp
+++ b/mlir/lib/Debug/CLOptionsSetup.cpp
@@ -9,7 +9,7 @@
#include "mlir/Debug/CLOptionsSetup.h"
#include "mlir/Debug/Counter.h"
-#include "mlir/Debug/DebuggerDebugExecutionContextHook.h"
+#include "mlir/Debug/DebuggerExecutionContextHook.h"
#include "mlir/Debug/ExecutionContext.h"
#include "mlir/Debug/Observers/ActionLogging.h"
#include "mlir/IR/MLIRContext.h"
@@ -99,7 +99,7 @@ class InstallDebugHandler::Impl {
}
if (config.isDebuggerActionHookEnabled()) {
errs() << " (with Debugger hook)";
- setupDebuggerDebugExecutionContextHook(executionContext);
+ setupDebuggerExecutionContextHook(executionContext);
}
errs() << "\n";
context.registerActionHandler(executionContext);
More information about the Mlir-commits
mailing list