aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
diff options
context:
space:
mode:
authorChristopher McGirr <7071833+chrsmcgrr@users.noreply.github.com>2025-04-08 16:54:11 +0200
committerGitHub <noreply@github.com>2025-04-08 16:54:11 +0200
commitae3faea1f28f840bddd819d1c45e7f7d3e75703c (patch)
treedc8c5bd821b973cc275f007a6ec67ad7ef47b923 /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
parentb5045ae9bc84508473e1dac6db8ca5976ea4e069 (diff)
downloadllvm-ae3faea1f28f840bddd819d1c45e7f7d3e75703c.zip
llvm-ae3faea1f28f840bddd819d1c45e7f7d3e75703c.tar.gz
llvm-ae3faea1f28f840bddd819d1c45e7f7d3e75703c.tar.bz2
[MLIR][mlir-opt] move action debugger hook flag (#134842)
Currently if a developer uses the flag `--mlir-enable-debugger-hook` the debugger hook is not actually enabled. It seems the DebugConfig and the MainMLIROptConfig are not connected. To fix this we can move the `enableDebuggerHook` CL Option to the DebugConfigCLOptions struct so that it can get registered and enabled along with the other debugger flags. AFAICS there are no other uses of the flag so this should be safe. This also adds a small LIT test to check that the hook is enabled by checking the std::cerr output for the log message.
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions