[PATCH] D98559: [lld-macho] Implement -dependency_info (partially - more opcodes needed)
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 21 11:02:31 PDT 2021
oontvoo added inline comments.
================
Comment at: lld/MachO/Driver.h:91-93
+ // Denotes the files that do not exist(?)
+ // FIXME: This one is weird. I(vyng) take it to mean all the files
+ // that the linker attempted to look at but which did not exist.
----------------
int3 wrote:
> re the "weird" comment: I think the purpose of this is so that the build system can re-invoke the linker when any of its input files change (including input files that did not previously exist)
Thanks! removed the comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98559/new/
https://reviews.llvm.org/D98559
More information about the llvm-commits
mailing list