[PATCH] D86142: [LLD] Search archives for non-tentative defintions.
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 09:31:40 PDT 2020
sfertile updated this revision to Diff 301308.
sfertile added a comment.
- Added comment in the test describing why the behaviour change is needed.
- Converted a dyn_cast to a cast.
- Fixed paramater name to use lowercase.
- Fixed .size directives in the test to refer to the correct object.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86142/new/
https://reviews.llvm.org/D86142
Files:
lld/ELF/InputFiles.cpp
lld/ELF/InputFiles.h
lld/ELF/Symbols.cpp
lld/test/ELF/common-archive-lookup.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86142.301308.patch
Type: text/x-patch
Size: 10173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201028/6d9ef656/attachment.bin>
More information about the llvm-commits
mailing list