[lld] [lld][ELF] Skip finalizeAddressDependentContent if assignAddresses produces errors. (PR #75581)
Bevin Hansson via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 00:27:54 PST 2023
bevin-hansson wrote:
> Adding `if (errorCount()) return;` there can remove the 2 repeats but `-Map` output would be less precise.
Is that desirable, then?
https://github.com/llvm/llvm-project/pull/75581
More information about the llvm-commits
mailing list