[clang] [llvm] [CGData][ThinLTO][NFC] Prep for two-codegen rounds (PR #90934)
Mingming Liu via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 16 12:20:27 PDT 2024
================
@@ -56,6 +56,7 @@ Error thinBackend(const Config &C, unsigned Task, AddStreamFn AddStream,
const FunctionImporter::ImportMapTy &ImportList,
const GVSummaryMapTy &DefinedGlobals,
MapVector<StringRef, BitcodeModule> *ModuleMap,
+ bool CodeGenOnly,
----------------
minglotus-6 wrote:
nit: add a brief comment for `CodeGenOnly` parameter before method `thinBackend`.
https://github.com/llvm/llvm-project/pull/90934
More information about the cfe-commits
mailing list