-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
Description
src\coreclr\vm\amd64\asmconstants.h(576): error C2607 static assertion failure
at
#ifdef TARGET_UNIX
#define OFFSETOF__Thread__m_pInterpThreadContext 0xb50
#else // TARGET_UNIX
#define OFFSETOF__Thread__m_pInterpThreadContext 0xba8
#endif // TARGET_UNIX
ASMCONSTANTS_C_ASSERT(OFFSETOF__Thread__m_pInterpThreadContext == offsetof(Thread, m_pInterpThreadContext))
Reproduction Steps
Change set(FEATURE_INTERPRETER $<IF:$<CONFIG:Debug,Checked>,1,0>) to set(FEATURE_INTERPRETER 1) in clrfeatures.cmake and build the coreclr with Release config
Expected behavior
coreclr builds
Actual behavior
build failure with static assertiong failure
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
No status