[PATCH] D20629: Port the strip-invalid-debuginfo logic to the legacy verifier pass, too.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed May 25 13:55:22 PDT 2016
joker.eph added a comment.
In http://reviews.llvm.org/D20629#439844, @aprantl wrote:
> In http://reviews.llvm.org/D20629#439834, @joker.eph wrote:
>
> > I didn't know there was a modern and a "legacy" one. Is it suppose to go away? Could we just nuke it and move clang to the new one?
>
>
> This is certainly the intended long-term prospect, but that would mean rewriting the majority of clang's BackendUtil, which I don't feel qualified for at the moment. It may not even be possible because not all passes have been ported to the new pass manager.
Oh I missed the fact that it was involving the new pass manager, makes sense.
http://reviews.llvm.org/D20629
More information about the llvm-commits
mailing list