[MLIR] Fix build, obivous typos in cca510640
authorMehdi Amini <joker.eph@gmail.com>
Mon, 24 Apr 2023 21:41:23 +0000 (14:41 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 24 Apr 2023 21:41:57 +0000 (14:41 -0700)
mlir/lib/Debug/CLOptionsSetup.cpp

index 96e6ddc..24d0bd8 100644 (file)
@@ -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 @@ public:
     }
     if (config.isDebuggerActionHookEnabled()) {
       errs() << " (with Debugger hook)";
-      setupDebuggerDebugExecutionContextHook(executionContext);
+      setupDebuggerExecutionContextHook(executionContext);
     }
     errs() << "\n";
     context.registerActionHandler(executionContext);