[clang] [llvm] [CGData][ThinLTO] Global Outlining with Two-CodeGen Rounds (PR #90933)
Teresa Johnson via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 8 21:00:45 PDT 2024
================
@@ -74,6 +75,8 @@ static cl::opt<bool> ThinLTOAssumeMerged(
cl::desc("Assume the input has already undergone ThinLTO function "
"importing and the other pre-optimization pipeline changes."));
+extern cl::opt<bool> CodeGenDataThinLTOTwoRounds;
----------------
teresajohnson wrote:
This is unused in this file
https://github.com/llvm/llvm-project/pull/90933
More information about the cfe-commits
mailing list