[PATCH] D75093: clang-cl: Add a `/showIncludes:user` flag.
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 25 06:39:34 PST 2020
hans added a comment.
In D75093#1891067 <https://reviews.llvm.org/D75093#1891067>, @thakis wrote:
> This is what -MD passes (which is why the -sys flag already exists), and more orthogonal flags instead of fewer, tangled ones is what we usually go for at the cc1 layer. So I like it more as is.
Ah cool, I didn't realize that. Yes, this makes sense then.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75093/new/
https://reviews.llvm.org/D75093
More information about the cfe-commits
mailing list