[PATCH] D82437: [ELF] Add --dependency-file option

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 12:31:02 PDT 2020


phosek added inline comments.


================
Comment at: lld/ELF/Driver.cpp:1584
+//
+// When you write a Makefile, you usually write it so that the final
+// executable depends on all user-generated object files. Normally, you
----------------
MaskRay wrote:
> I hope @mcgrathr can spend a bit more time inspecting the wording here as he is the author of the GNU ld and gold patch.
I talked to @mcgrathr offline and he said it looks fine.


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

https://reviews.llvm.org/D82437



More information about the llvm-commits mailing list