================
@@ -2089,14 +2097,15 @@ Error LTO::runThinLTO(AddStreamFn AddStream, FileCache
Cache,
ThinLTO.ModulesToCompile ? *ThinLTO.ModulesToCompile : ThinLTO.ModuleMap;
auto RunBackends = [&](ThinBackendProc *BackendProcess) -> Error {
+ Triple TheTriple = RegularLTO.CombinedModule->getTargetTriple();
----------------
teresajohnson wrote:
Thanks for checking that. I traced through the code to see where this gets set
up, see my other comment
https://github.com/llvm/llvm-project/pull/179509
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits