mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[llvm] Update WinMsvc.cmake's fms-compatability to match llvm's prereqs
llvm's minimum fms-compatability-version was just bumped to 19.14 and thus the WinMsvc.cmake file needs to be adjusted accordingly.
This commit is contained in:
parent
90a18e8a99
commit
f5e95acd7b
@ -248,7 +248,7 @@ set(CROSS_TOOLCHAIN_FLAGS_NATIVE "${_CTF_NATIVE_DEFAULT}" CACHE STRING "")
|
|||||||
set(COMPILE_FLAGS
|
set(COMPILE_FLAGS
|
||||||
-D_CRT_SECURE_NO_WARNINGS
|
-D_CRT_SECURE_NO_WARNINGS
|
||||||
--target=${TRIPLE_ARCH}-windows-msvc
|
--target=${TRIPLE_ARCH}-windows-msvc
|
||||||
-fms-compatibility-version=19.11
|
-fms-compatibility-version=19.14
|
||||||
-imsvc "${ATLMFC_INCLUDE}"
|
-imsvc "${ATLMFC_INCLUDE}"
|
||||||
-imsvc "${MSVC_INCLUDE}"
|
-imsvc "${MSVC_INCLUDE}"
|
||||||
-imsvc "${WINSDK_INCLUDE}/ucrt"
|
-imsvc "${WINSDK_INCLUDE}/ucrt"
|
||||||
|
Loading…
Reference in New Issue
Block a user