[lld] [LLD][COFF] Avoid forcing lazy symbols in loadMinGWSymbols during symbol table enumeration (PR #141593)

Jacek Caban via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 02:34:07 PDT 2025


================
@@ -245,14 +245,23 @@ void SymbolTable::reportUndefinedSymbol(const UndefinedDiag &undefDiag) {
 }
 
 void SymbolTable::loadMinGWSymbols() {
+  std::vector<Symbol *> undefs;
   for (auto &i : symMap) {
----------------
cjacek wrote:

Yes, I updated the commit message to make that clear. Thanks!

https://github.com/llvm/llvm-project/pull/141593


More information about the llvm-commits mailing list