[PATCH] D51847: Print correctly dependency paths on Windows
Zachary Turner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 11 10:25:29 PDT 2018
zturner added a comment.
clang-cl in general tries to do the thing that makes native Windows developers the most comfortable, while gcc in general tries to do the thing that makes Unix developers most comfortable. So I think we should probably use \ here. If anyone complains we can revisit.
https://reviews.llvm.org/D51847
More information about the cfe-commits
mailing list