Merge topic 'clang-cl-vfs'

20ebaed972 Clang: Add support for passing VFS arguments
d993ebd4ca clang-cl: Add '--' before source file
a94672b919 cmake: Change cmake_llvm_rc separator from -- to ++ to avoid conflict

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5087
This commit is contained in:
Brad King
2020-08-10 15:33:00 +00:00
committed by Kitware Robot
8 changed files with 56 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
CMAKE_CLANG_VFS_OVERLAY
-----------------------
.. versionadded:: 3.19
When cross compiling for windows with clang-cl, this variable can be an
absolute path pointing to a clang virtual file system yaml file, which
will enable clang-cl to resolve windows header names on a case sensitive
file system.