[lld] [lld][MachO]Multi-threaded i/o. Twice as fast linking a large project. (PR #147134)
John Holdsworth via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 12 05:10:43 PDT 2025
================
@@ -379,6 +453,10 @@ static InputFile *addFile(StringRef path, LoadType loadType,
continue;
}
+ if (archiveContents)
+ archiveContents->push_back({path, isLazy, std::nullopt,
+ mb->getBuffer().data(),
+ mb->getBuffer().size()});
----------------
johnno1962 wrote:
done.
https://github.com/llvm/llvm-project/pull/147134
More information about the llvm-commits
mailing list