================
@@ -890,6 +892,9 @@ llvm::parseReducerWorkItem(StringRef ToolName, StringRef
Filename,
if (MMM->LTOInfo->IsThinLTO && MMM->LTOInfo->EnableSplitLTOUnit)
initializeTargetInfo();
}
+
+ if (MMM->LTOInfo)
+ AssignGUIDPass::runOnModule(MMM->getModule());
----------------
arsenm wrote:
It's also really wonky that this LTO stuff forces us to run actual passes here
https://github.com/llvm/llvm-project/pull/208965
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits