[PATCH] D136789: [clang] Remove no-op -fexperimental-new-pass-manager/-fno-legacy-pass-manager flags
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 27 09:23:24 PDT 2022
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/docs/ReleaseNotes.rst:161
+ - The -fexperimental-new-pass-manager and -fno-legacy-pass-manager flags have
+ been removed. These have been no-ops since the last release.
----------------
================
Comment at: clang/docs/ReleaseNotes.rst:162
+ - The -fexperimental-new-pass-manager and -fno-legacy-pass-manager flags have
+ been removed. These have been no-ops since the last release.
----------------
> since the last release.
since 15.0.0.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136789/new/
https://reviews.llvm.org/D136789
More information about the cfe-commits
mailing list