diff options
author | Meredith Julian <35236176+mjulian31@users.noreply.github.com> | 2025-07-01 12:41:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-01 12:41:26 -0700 |
commit | 7da8ed8d339a06e1dcef4be2eb3b532f833ae6b2 (patch) | |
tree | 6205a4366aeb1a76fc2b9b87e991e6ffe36eb671 /clang/lib/Basic/SourceManager.cpp | |
parent | d48035942050781796b95af143e5a911378553de (diff) | |
download | llvm-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