[llvm-branch-commits] [llvm] [Remarks] Restructure bitstream remarks to be fully standalone (PR #156715)
Florian Hahn via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 22 02:06:55 PDT 2025
================
@@ -1382,6 +1383,10 @@ runThinLTOBackend(CompilerInstance &CI, ModuleSummaryIndex *CombinedIndex,
Conf.CGFileType = getCodeGenFileType(Action);
break;
}
+
+ // FIXME: Both ExecuteAction and thinBackend setup optimization remarks for
----------------
fhahn wrote:
nit
```suggestion
// FIXME: Both ExecuteAction and thinBackend set up optimization remarks for
```
https://github.com/llvm/llvm-project/pull/156715
More information about the llvm-branch-commits
mailing list