[clang] Correctly link and optimize device libraries with -mlink-builtin-bitcode (PR #69371)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 6 10:50:49 PST 2023
================
@@ -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);
----------------
jhuber6 wrote:
Is this properly formatted?
https://github.com/llvm/llvm-project/pull/69371
More information about the cfe-commits
mailing list