================
@@ -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:
How does this work when we are doing all ThinLTO with no regular LTO portions?
https://github.com/llvm/llvm-project/pull/179509
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits