[PATCH] D62115: fix a issue that clang is incompatible with gcc with -H option.
Kim Gräsman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 11 12:18:44 PDT 2019
kimgr added a comment.
I think the test needs a bit more work. It's essentially checking the same thing twice to exercise the Windows path separators.
It looks like there's already a test for `-H` in `FrontEnd/print-header-includes.c`. That also demonstrates the use of `--check-prefix` to handle target-specific stuff. Maybe you could fold this into there?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62115/new/
https://reviews.llvm.org/D62115
More information about the cfe-commits
mailing list