aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/ModuleMap.cpp
diff options
context:
space:
mode:
authorarpilipe <apilipenko@azul.com>2024-01-08 08:54:53 -0800
committerGitHub <noreply@github.com>2024-01-08 08:54:53 -0800
commit0e7199cf3d08c83d18549c9cd083e9fec6e9db54 (patch)
tree133b960a5a206787e1be7b6b0241e93c89e1c5af /clang/lib/Lex/ModuleMap.cpp
parent12101ca8e322c4cbf40e44b5b1fbf7ea76aff581 (diff)
downloadllvm-0e7199cf3d08c83d18549c9cd083e9fec6e9db54.zip
llvm-0e7199cf3d08c83d18549c9cd083e9fec6e9db54.tar.gz
llvm-0e7199cf3d08c83d18549c9cd083e9fec6e9db54.tar.bz2
Replace print-at-pass-number cl::opt with print-before-pass-number (#76211)
The existing option prints the IR after the pass, but it's not clear from its name. In this patch I change the option to print the IR before the pass and change the name to make the behavior clear. Printing the IR before the pass is slightly simpler than after as I don't need to worry about printAfterPassInvalidated case. Either before or after the pass would be ok for the original use case this option was introduced for.
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions