[PATCH] D155047: [lld][COFF] Add -print-search-paths for debugging.
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 03:40:17 PDT 2023
thieta added a comment.
In D155047#4492920 <https://reviews.llvm.org/D155047#4492920>, @hans wrote:
> Seems handy to me. We could also add this kind of info to the `/verbose` output, but having a separate option is probably more convenient.
Yeah, I considered using /verbose first, but it's pretty crowded, and it was harder to see the output when parsing real files. I can add it to verbose *also* if we think that's good?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155047/new/
https://reviews.llvm.org/D155047
More information about the llvm-commits
mailing list