[llvm] Make WriteIndexesThinBackend multi threaded (PR #109847)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 22:08:21 PDT 2024
================
@@ -1640,6 +1632,10 @@ class WriteIndexesThinBackend : public ThinBackendProc {
MapVector<StringRef, BitcodeModule> &ModuleMap) override {
StringRef ModulePath = BM.getModuleIdentifier();
+ // The contents of this file may be used as input to a native link, and must
+ // therefore contain the processed modules in a determinstic order than
----------------
teresajohnson wrote:
s/than match/that matches/
https://github.com/llvm/llvm-project/pull/109847
More information about the llvm-commits
mailing list