[K/N] Disable constant inline phase until we fix macOS AArch 64.
This phase causes assertEquals(0x7FF80000_00000000L, Double.NaN.toBits()) to fail.
This commit is contained in:
+2
-1
@@ -302,7 +302,8 @@ internal val allLoweringsPhase = NamedCompilerPhase(
|
|||||||
coroutinesPhase,
|
coroutinesPhase,
|
||||||
typeOperatorPhase,
|
typeOperatorPhase,
|
||||||
expressionBodyTransformPhase,
|
expressionBodyTransformPhase,
|
||||||
constantInliningPhase,
|
// Disabled for now because it leads to problems with Double.NaN and Float.NaN on macOS AArch 64.
|
||||||
|
// constantInliningPhase,
|
||||||
fileInitializersPhase,
|
fileInitializersPhase,
|
||||||
bridgesPhase,
|
bridgesPhase,
|
||||||
autoboxPhase,
|
autoboxPhase,
|
||||||
|
|||||||
Reference in New Issue
Block a user