[PATCH] D102143: [lld-macho] Treat undefined symbols uniformly
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 10 10:11:29 PDT 2021
int3 updated this revision to Diff 344104.
int3 marked 4 inline comments as done.
int3 added a comment.
- move undefined check for entry back into Driver.cpp
- return all undefined symbol errors from `-u`, not just the first one, similar to what we do for `-exported_symbol`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102143/new/
https://reviews.llvm.org/D102143
Files:
lld/MachO/Driver.cpp
lld/MachO/SymbolTable.cpp
lld/MachO/SymbolTable.h
lld/MachO/Writer.cpp
lld/test/MachO/entry-symbol.s
lld/test/MachO/export-options.s
lld/test/MachO/u.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102143.344104.patch
Type: text/x-patch
Size: 9913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210510/c2dee0e7/attachment-0001.bin>
More information about the llvm-commits
mailing list