[PATCH] D69607: Add a feature to explain why some file gets included to the linker's output

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 03:18:32 PDT 2019


ruiu updated this revision to Diff 227410.
ruiu added a comment.

- added tests
- added a man page entry
- removed dependent section tracking because dependencies are within the same object file, while this explain feature works in the file granularity


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69607

Files:
  lld/ELF/CMakeLists.txt
  lld/ELF/Driver.cpp
  lld/ELF/Explain.cpp
  lld/ELF/Explain.h
  lld/ELF/InputFiles.cpp
  lld/ELF/InputFiles.h
  lld/ELF/Options.td
  lld/docs/ld.lld.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69607.227410.patch
Type: text/x-patch
Size: 13770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191101/8249d958/attachment.bin>


More information about the llvm-commits mailing list