[PATCH] D112977: [lld-macho] Handle weak vs strong case in symbol resolution
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 9 08:30:02 PST 2021
oontvoo updated this revision to Diff 385839.
oontvoo added a comment.
- add llvm-otool to the set of tools used by test so that the bot will use the <build_dir>/bin/llvm-otool instead of the unqualified `llvm-otool` (which may not exist)
- updated tests since the latest (TOT) llvm-otool prints a space between two bytes and the old one doesn't.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112977/new/
https://reviews.llvm.org/D112977
Files:
lld/MachO/SymbolTable.cpp
lld/test/MachO/weak-definition-gc.s
lld/test/lit.cfg.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112977.385839.patch
Type: text/x-patch
Size: 4775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211109/b269b487/attachment.bin>
More information about the llvm-commits
mailing list