[PATCH] D67388: Add a feature to dump dependency graph.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 02:24:09 PDT 2019
ruiu marked an inline comment as done.
ruiu added inline comments.
================
Comment at: lld/ELF/Driver.cpp:266
files.push_back(createObjectFile(mbref));
+ files.back()->onCommandLine = true;
break;
----------------
MaskRay wrote:
> Should `onCommandLine` be set for a LazyObjFile?
I can but we don't have to because we are not going to use the bit for LazyObjFile.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67388/new/
https://reviews.llvm.org/D67388
More information about the llvm-commits
mailing list