[PATCH] [lld] Change interface to PassManager

kledzik at apple.com kledzik at apple.com
Fri Oct 18 13:20:50 PDT 2013


  This downcasting to MutableFile in every Pass seems wrong.  If every Pass has to do it, then why not make the parameter MutableFile and have the one caller do the downcast.

  What problem is this solving?

http://llvm-reviews.chandlerc.com/D1967



More information about the llvm-commits mailing list