[PATCH] D117852: [CMake][WinMsvc] Replace MSVC_BASE/WINSDK_BASE with LLVM_WINSYSROOT

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 09:58:32 PST 2023


smeenai added a comment.

In D117852#4164315 <https://reviews.llvm.org/D117852#4164315>, @vvavrychuk wrote:

> In case of Visual Studio 2019/2022, Windows SDK are installed outside of MSVS directory
>
>   C:\Program Files (x86)\Windows Kits\10

I believe that was the case for earlier versions as well (at least 2015 and 2017), but this is intended for cross-compilation, so the idea was that you'd arrange the SDK and VC directories in the layout expected by `/winsysroot`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117852



More information about the llvm-commits mailing list