[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
Wed Aug 6 10:59:59 PDT 2025
================
@@ -31,6 +31,7 @@
#include "lld/Common/Reproduce.h"
#include "lld/Common/Version.h"
#include "llvm/ADT/DenseSet.h"
+#include "llvm/ADT/ScopeExit.h"
----------------
johnno1962 wrote:
Not since we changed it back to a struct.
https://github.com/llvm/llvm-project/pull/147134
More information about the llvm-commits
mailing list