[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
Wed Oct 30 23:34:52 PDT 2019


MaskRay added inline comments.


================
Comment at: lld/ELF/Driver.cpp:1991
 
+  // Handle --explain
+  for (auto *arg : args.filtered(OPT_explain))
----------------
Missing full stop.


================
Comment at: lld/ELF/Explain.h:11
+#define LLD_ELF_EXPLAIN_H
+
+namespace lld {
----------------
Missing `#include "lld/Common/LLVM.h"`


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