mehdi_amini added inline comments.
================ Comment at: clang/lib/CodeGen/BackendUtil.cpp:982 std::unique_ptr<raw_pwrite_stream> OS) { + EmitAssemblyHelper AsmHelper(Diags, HeaderOpts, CGOpts, TOpts, LOpts, M); + ---------------- tejohnson wrote: > Why did this move? "History": it is useless now. I first refactored the initTargetOptions as a member on `EmitAssemblyHelper` rather than a static function. https://reviews.llvm.org/D31114 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits