Skip to content

Commit e79f5a6

Browse files
Kyungwoo Leekyulee-com
Kyungwoo Lee
authored andcommitted
Address comments from minglotus-6
1 parent 0378aa8 commit e79f5a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/LTO/LTOBackend.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Error backend(const Config &C, AddStreamFn AddStream,
5050
/// already been mapped to memory and the corresponding BitcodeModule objects
5151
/// are saved in the ModuleMap. If \p ModuleMap is nullptr, module files will
5252
/// be mapped to memory on demand and at any given time during importing, only
53-
/// one source module will be kept open at the most.
53+
/// one source module will be kept open at the most. If \p CodeGenOnly is true,
54+
/// the backend will skip optimization and only perform code generation.
5455
Error thinBackend(const Config &C, unsigned Task, AddStreamFn AddStream,
5556
Module &M, const ModuleSummaryIndex &CombinedIndex,
5657
const FunctionImporter::ImportMapTy &ImportList,

0 commit comments

Comments
 (0)