Skip to content

Commit 94e4dff

Browse files
jakobbotschCopilot
authored andcommitted
JIT: Bump JIT-EE GUID after removal of hardware intrinsics (#125515)
JIT CI is currently broken because #124033 removed some hardware intrinsics from the JIT that makes the JIT incompatible with previous versions of the BCL/SPMI collections.
1 parent d5c1856 commit 94e4dff

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/coreclr/inc/jiteeversionguid.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737

3838
#include <minipal/guid.h>
3939

40-
constexpr GUID JITEEVersionIdentifier = { /* 9383dd79-4927-4fee-a314-84cff6e87501 */
41-
0x9383dd79,
42-
0x4927,
43-
0x4fee,
44-
{0xa3, 0x14, 0x84, 0xcf, 0xf6, 0xe8, 0x75, 0x01}
40+
constexpr GUID JITEEVersionIdentifier = { /* d4aa533f-231b-4bd3-9d4e-238f88b337cb */
41+
0xd4aa533f,
42+
0x231b,
43+
0x4bd3,
44+
{0x9d, 0x4e, 0x23, 0x8f, 0x88, 0xb3, 0x37, 0xcb}
4545
};
4646

4747
#endif // JIT_EE_VERSIONING_GUID_H

0 commit comments

Comments
 (0)