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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 02:40:16 PDT 2019


grimar added a comment.

Looks useful.



================
Comment at: lld/ELF/Explain.cpp:91
+  if (!target) {
+    error("--explain: file not found: " + filename);
+    return;
----------------
Perhaps worth to show a list of files available for --explain to user on this step?
Or have another way to get a list of files that can be passed here. May be explain without arguments could show something.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69607





More information about the llvm-commits mailing list