[PATCH] D20682: Expose target-specific pre-linking passes in TargetMachine
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 14 14:16:34 PDT 2016
mehdi_amini added a comment.
How is it "target specific" (in the backend sense) and not "toolchains" or "platform" specific?
Also "PreLinking" is really not a great choice (and the two patches could benefit from a lot more documentation) as linking is usually what happens when the compiler is done.
http://reviews.llvm.org/D20682
More information about the llvm-commits
mailing list