[PATCH] D20682: Expose target-specific pre-linking passes in TargetMachine

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 19:11:47 PDT 2016


chandlerc requested changes to this revision.
chandlerc added a comment.
This revision now requires changes to proceed.

I fundamentally do not believe that the TargetMachine should be involved in fixing language semantics issues with a "pre linking" pass at the LLVM level. Why? Because there is nothing "target" about this.

There needs to be a fundamentally more principled way of handling this at the language and frontend level IMO.


http://reviews.llvm.org/D20682





More information about the llvm-commits mailing list