thakis added a comment.

There are 2 other patches out there for the case sensitivity. Neither landed, 
because the performance hit form this approach is pretty big, and it's not 
necessary: You can either put the Win SDK into a ciopfs mount (example: 
https://cs.chromium.org/chromium/src/build/vs_toolchain.py?type=cs&q=ciopfs&sq=package:chromium&g=0&l=377
 , used by chrome's win/cross build 
https://chromium.googlesource.com/chromium/src/+/master/docs/win_cross.md) or 
use -ivfsoverlay (example: 
http://llvm-cs.pcc.me.uk/cmake/platforms/WinMsvc.cmake#104 , used by llvm's 
win/cross build).

Have you measured the perf hit from your approach?


Repository:
  rC Clang

https://reviews.llvm.org/D48626



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to