File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Tooling/Inclusions/Stdlib Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ set(LLVM_LINK_COMPONENTS
39
39
# our goal is to disable the /Og flag while retaining the other optimizations from the /O1|/O2 set
40
40
if (MSVC AND NOT CMAKE_CXX_COMPILER_ID MATCHES Clang
41
41
AND MSVC_VERSION VERSION_GREATER_EQUAL 1932
42
+ AND MSVC_VERSION VERSION_LESS 1939
42
43
AND CMAKE_SYSTEM_PROCESSOR MATCHES "ARM64" )
43
44
44
45
string (TOUPPER "${CMAKE_BUILD_TYPE} " uppercase_CMAKE_BUILD_TYPE )
Original file line number Diff line number Diff line change 4
4
# our goal is to disable the /Og flag while retaining the other optimizations from the /O1|/O2 set
5
5
if (MSVC AND NOT CMAKE_CXX_COMPILER_ID MATCHES Clang
6
6
AND MSVC_VERSION VERSION_GREATER_EQUAL 1932
7
+ AND MSVC_VERSION VERSION_LESS 1939
7
8
AND CMAKE_SYSTEM_PROCESSOR MATCHES "ARM64" )
8
9
9
10
string (TOUPPER "${CMAKE_BUILD_TYPE} " uppercase_CMAKE_BUILD_TYPE )
You can’t perform that action at this time.
0 commit comments