[lld] [ELF] Fix unnecessary inclusion of unreferenced provide symbols (PR #84512)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 25 12:23:36 PDT 2024
================
@@ -1518,3 +1513,50 @@ void LinkerScript::checkFinalScriptConditions() const {
checkMemoryRegion(lmaRegion, sec, sec->getLMA());
}
}
+
+// Add symbols referred by the provide symbol to the symbol table.
----------------
partaror wrote:
Done.
https://github.com/llvm/llvm-project/pull/84512
More information about the llvm-commits
mailing list