[all-commits] [llvm/llvm-project] 210e89: [lld/mac] Resolve defined symbols before undefined...
Nico Weber via All-commits
all-commits at lists.llvm.org
Tue Sep 26 12:32:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 210e8984fe1568889779baf5144d610b3f099604
https://github.com/llvm/llvm-project/commit/210e8984fe1568889779baf5144d610b3f099604
Author: Nico Weber <thakis at chromium.org>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M lld/MachO/InputFiles.cpp
A lld/test/MachO/weak-definition-in-main-file.ll
Log Message:
-----------
[lld/mac] Resolve defined symbols before undefined symbols in bitcode (#67445)
Ports https://reviews.llvm.org/D106293 to bitcode, or
https://github.com/llvm/llvm-project/commit/bd448f01a6 from ELF to
MachO.
See also #59162 for some vaguely related discussion.
More information about the All-commits
mailing list