chandlerc accepted this revision. chandlerc added a comment. This revision is now accepted and ready to land.
Minor tweak, but with that LGTM once the LLVM side is in place. ================ Comment at: lib/CodeGen/BackendUtil.cpp:347 @@ +346,3 @@ + PassManagerBuilder::EP_EarlyAsPossible, + [this](const PassManagerBuilder &, legacy::PassManagerBase &PM) { + TM->addEarlyAsPossiblePasses(PM); ---------------- Why capture this? Capturing TM would seem narrower. If you don't want a narrow capture, I'd just use [&]... http://reviews.llvm.org/D18617 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits