Clang: Add support for passing VFS arguments

This commit is contained in:
Thomas Bernard
2020-07-21 20:13:19 +02:00
committed by Brad King
parent d993ebd4ca
commit 20ebaed972
4 changed files with 37 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
clang-cl-vfs
------------
* A :variable:`CMAKE_CLANG_VFS_OVERLAY` variable was added to tell
Clang to use a VFS overlay to support the Windows SDK when
cross-compiling from hosts with case-sensitive filesystems.