[PATCH] D86142: [LLD] Search archives for non-tentative defintions.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 10:34:43 PST 2020


sfertile updated this revision to Diff 303925.
sfertile added a comment.
Herald added a subscriber: dang.

- Added a detailed comment trying to capture some of the linked discussion and distill why we want the more complicated lookup behaviour (at least by default).
- Added an option `-fortran-common` to toggle the new behaviour on/off.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86142/new/

https://reviews.llvm.org/D86142

Files:
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/InputFiles.h
  lld/ELF/Options.td
  lld/ELF/Symbols.cpp
  lld/test/ELF/common-archive-lookup.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86142.303925.patch
Type: text/x-patch
Size: 13667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201109/cf2da85b/attachment-0001.bin>


More information about the llvm-commits mailing list