Skip to content

Commit 12050e4

Browse files
committed
Address comments from teresajohnson
1 parent e79f5a6 commit 12050e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/LTO/LTOBackend.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream,
588588
LLVM_DEBUG(dbgs() << "Running ThinLTO\n");
589589
if (CodeGenOnly) {
590590
// If CodeGenOnly is set, we only perform code generation and skip
591-
// optimization.
591+
// optimization. This value may differ from Conf.CodeGenOnly.
592592
codegen(Conf, TM.get(), AddStream, Task, Mod, CombinedIndex);
593593
return finalizeOptimizationRemarks(std::move(DiagnosticOutputFile));
594594
}

0 commit comments

Comments
 (0)