[PATCH] D75093: clang-cl: Add a `/showIncludes:user` flag.
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 25 04:06:57 PST 2020
thakis added a comment.
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75093/new/
https://reviews.llvm.org/D75093
More information about the cfe-commits
mailing list