Skip to content

Commit 8ece1f0

Browse files
authored
Disable FEATURE_STUBPRECODE_DYNAMIC_HELPERS (#113811)
It is causing rare intermittent crashes across all tests. Workaround #113810.
1 parent a50b4a0 commit 8ece1f0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/coreclr/clrfeatures.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,3 @@ if (CLR_CMAKE_HOST_UNIX AND CLR_CMAKE_HOST_ARCH_AMD64)
7070
# Allow 16 byte compare-exchange (cmpxchg16b)
7171
add_compile_options($<${FEATURE_CORECLR_CACHED_INTERFACE_DISPATCH}:-mcx16>)
7272
endif()
73-
74-
if (CLR_CMAKE_TARGET_ARCH_AMD64 OR CLR_CMAKE_TARGET_ARCH_ARM64)
75-
set(FEATURE_STUBPRECODE_DYNAMIC_HELPERS 1)
76-
endif()

0 commit comments

Comments
 (0)