[PATCH] D62115: fix a issue that clang is incompatible with gcc with -H option.
Kan Shengchen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 21 03:23:08 PDT 2019
skan added a comment.
In D62115#1509536 <https://reviews.llvm.org/D62115#1509536>, @kimgr wrote:
> Should you also consider Windows path separators here?
Do you mean "\\" separator? i build llvm on windows, and use clang to complie file with -H option. The output pathname also use "/" as path separator, so i think we don't need to consider the "\\" separator.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62115/new/
https://reviews.llvm.org/D62115
More information about the cfe-commits
mailing list