OSDN Git Service

[cmake] Add support for case-sensitive Windows SDKs
authorShoaib Meenai <smeenai@fb.com>
Wed, 13 Dec 2017 23:38:12 +0000 (23:38 +0000)
committerShoaib Meenai <smeenai@fb.com>
Wed, 13 Dec 2017 23:38:12 +0000 (23:38 +0000)
commit7810c448edbffa56c0f056e404123c06abf80b7f
tree102d6e419a6bdef050ff3073fd0df0aac004ca7d
parentf04a54fea944da9d6fbb0f9498a9570233eb2bad
[cmake] Add support for case-sensitive Windows SDKs

When the Windows SDK is hosted on a case-sensitive filesystem (e.g. when
compiling on Linux and not using ciopfs), we can automatically generate
a VFS overlay for headers and symlinks for libraries.

Differential Revision: https://reviews.llvm.org/D41156

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320657 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/platforms/WinMsvc.cmake