[PATCH] D46394: [clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP or /P

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 3 10:21:13 PDT 2018


erichkeane requested changes to this revision.
erichkeane added a comment.
This revision now requires changes to proceed.

When building this, it didn't build since you'd reused the name.  I changed the variable to be named "Dest" instead of "Destination"

That said, the test suite now fails on Clang :: Frontend/print-header-includes.c'.

Please do a build with 'check-clang' to see why this no longer works.
Thanks!
-Erich


https://reviews.llvm.org/D46394





More information about the cfe-commits mailing list