[all-commits] [llvm/llvm-project] 248237: [lld/mac] Extract a reportUndefinedSymbol function
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Oct 3 06:18:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 248237364b7df8b3216a9f44ffceeff6807eaa97
https://github.com/llvm/llvm-project/commit/248237364b7df8b3216a9f44ffceeff6807eaa97
Author: Nico Weber <thakis at chromium.org>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
M lld/MachO/SymbolTable.cpp
Log Message:
-----------
[lld/mac] Extract a reportUndefinedSymbol function
Makes things look more similar to the ELF port, and removes some
slightly deep nesting.
No behavior change.
Differential Revision: https://reviews.llvm.org/D135032
More information about the All-commits
mailing list