File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 <!-- See https://developercommunity.visualstudio.com/t/Regression-in-MSVC-1433-1434-ARM64-co/10224361 -->
4141 <MSVCHasBrokenARM64Clamping Condition =" $(_VCToolsVersion) == '14.34' or $(_VCToolsVersion) == '14.35'" >true</MSVCHasBrokenARM64Clamping >
4242 <MSVCHasBrokenARM64SignExtension Condition =" $(_VCToolsVersion) == '14.37'" >true</MSVCHasBrokenARM64SignExtension >
43+ <!-- See gh-153668 and https://developercommunity.visualstudio.com/t/ARM64-compiler-uses-excessive-memory-on/11120089 -->
44+ <MSVCHasBrokenARM64UniDbOpt Condition =" $(_VCToolsVersion) == '14.51'" >true</MSVCHasBrokenARM64UniDbOpt >
4345 </PropertyGroup >
4446
4547 <PropertyGroup >
Original file line number Diff line number Diff line change 576576 <ClCompile Include =" ..\Objects\typeobject.c" />
577577 <ClCompile Include =" ..\Objects\typevarobject.c" />
578578 <ClCompile Include =" ..\Objects\unicode_format.c" />
579- <ClCompile Include =" ..\Objects\unicodectype.c" />
579+ <ClCompile Include =" ..\Objects\unicodectype.c" >
580+ <!-- gh-153668: Temporarily disabled due to a compiler bug -->
581+ <Optimization Condition =" $(Platform) == 'ARM64' and $(MSVCHasBrokenARM64UniDbOpt) == 'true'" >Disabled</Optimization >
582+ </ClCompile >
580583 <ClCompile Include =" ..\Objects\unicode_formatter.c" />
581584 <ClCompile Include =" ..\Objects\unicode_writer.c" />
582585 <ClCompile Include =" ..\Objects\unicodeobject.c" />
You can’t perform that action at this time.
0 commit comments