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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 00:21:22 PDT 2019


MaskRay added inline comments.


================
Comment at: lld/ELF/Explain.cpp:156
+
+  error("--explain: unreachable file: " + toString(target));
+}
----------------
We may consider turning the error into a regular print. A similar functionality `-y not_exist` does not error.


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