aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorMeredith Julian <35236176+mjulian31@users.noreply.github.com>2025-07-01 12:41:26 -0700
committerGitHub <noreply@github.com>2025-07-01 12:41:26 -0700
commit7da8ed8d339a06e1dcef4be2eb3b532f833ae6b2 (patch)
tree6205a4366aeb1a76fc2b9b87e991e6ffe36eb671 /clang/lib/Basic/SourceManager.cpp
parentd48035942050781796b95af143e5a911378553de (diff)
downloadllvm-7da8ed8d339a06e1dcef4be2eb3b532f833ae6b2.zip
llvm-7da8ed8d339a06e1dcef4be2eb3b532f833ae6b2.tar.gz
llvm-7da8ed8d339a06e1dcef4be2eb3b532f833ae6b2.tar.bz2
Fix missing/outdated pass options in PassRegistry.def (#146160)
There are a handful of passes in PassRegistry.def with outdated or missing pass options. These strings describing pass options are used for the printPassNames() function only, which is likely why they have gotten out-of-date without being caught. This MR simply changes the few passes where the option string is out-of-date, fixing the output of -print-passes. This does not affect functionality of the pipeline parser, and is hard to verify in a unit test, so no tests were added.
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions