================ @@ -155,10 +162,10 @@ class EmitAssemblyHelper { return F; } - void - RunOptimizationPipeline(BackendAction Action, + void RunOptimizationPipeline(BackendAction Action, std::unique_ptr<raw_pwrite_stream> &OS, - std::unique_ptr<llvm::ToolOutputFile> &ThinLinkOS); + std::unique_ptr<llvm::ToolOutputFile> &ThinLinkOS, + BackendConsumer *BC); ---------------- lamb-j wrote:
I think so? I'm using the same indentation level as the other arguments, and BackendConsumer needs it's own line to no not overflow the character limit. What looks off about it? https://github.com/llvm/llvm-project/pull/69371 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits