[PATCH] D20629: Port the strip-invalid-debuginfo logic to the legacy verifier pass, too.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 13:43:38 PDT 2016


aprantl added a comment.

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.


http://reviews.llvm.org/D20629





More information about the llvm-commits mailing list