[PATCH] D118313: [Driver] Remove -fno-experimental-new-pass-manager
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 26 21:04:20 PST 2022
MaskRay created this revision.
MaskRay added reviewers: aeubanks, ctetreau, nikic.
Herald added a subscriber: dang.
MaskRay requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
to give users a final warning that they need to migrate away. They could still
use -flegacy-pass-manager for Clang 14.0.0, but the functionality may not work
for 15.0.0.
-fexperimental-new-pass-manager is a no-op for default builds, so not urgent to
be removed for 14.0.0.
clang/test/Frontend/optimization-remark-with-hotness.c is removed because its
new PM replacement optimization-remark-with-hotness-new-pm.c exists.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118313
Files:
clang/include/clang/Driver/Options.td
clang/test/Driver/flegacy-pass-manager.c
clang/test/Frontend/optimization-remark-with-hotness.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118313.403490.patch
Type: text/x-patch
Size: 6795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220127/bdc60962/attachment.bin>
More information about the cfe-commits
mailing list