[PATCH] D102339: [clang] On Windows, ignore case and separators when discarding duplicate dependency file paths.

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 14 08:58:20 PDT 2021


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm

Ideally we should avoid the ifdef, but we don't have a good proxy for case sensitivity of the filesystem here.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102339/new/

https://reviews.llvm.org/D102339



More information about the cfe-commits mailing list