In a later commit I will include a header that exposes the new
PassManager in LegacyPassManager.cpp, and pushing existing uses of
legacy::FunctionPassManager and legacy::PassManager to be explicitly
under the legacy:: namespace will avoid a name collision.
Details
Details
- Reviewers
chandlerc bogner davide mehdi_amini
Diff Detail
Diff Detail
Event Timeline
Comment Actions
You may be able to nuke a using declaration after this?
Anyways, I was super confused why you needed this until I looked more closely at the other change, and that made it obvious. With that in mind, LGTM.
Comment Actions
I'm not working on this actively now, so abandoning for now. Will reopen if that changes.