Skip to content

Commit 54971c3

Browse files
committed
[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.
1 parent 5e953a2 commit 54971c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/cmake/platforms/WinMsvc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ set(CROSS_TOOLCHAIN_FLAGS_NATIVE "${_CTF_NATIVE_DEFAULT}" CACHE STRING "")
248248
set(COMPILE_FLAGS
249249
-D_CRT_SECURE_NO_WARNINGS
250250
--target=${TRIPLE_ARCH}-windows-msvc
251-
-fms-compatibility-version=19.11
251+
-fms-compatibility-version=19.14
252252
-imsvc "${ATLMFC_INCLUDE}"
253253
-imsvc "${MSVC_INCLUDE}"
254254
-imsvc "${WINSDK_INCLUDE}/ucrt"

0 commit comments

Comments
 (0)