Skip to content

Commit 223e9e7

Browse files
authored
Enable tail call generation for test Runtime_87393 (#100593)
To pass the test needs to be built with --tailcalls compiler flag enabled.
1 parent b4765bd commit 223e9e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/JIT/Regression/JitBlue/Runtime_87393/Runtime_87393.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Optimize>True</Optimize>
88
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
99
<GCStressIncompatible>True</GCStressIncompatible>
10+
<OtherFlags>--tailcalls+</OtherFlags>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="$(MSBuildProjectName).fs" />

0 commit comments

Comments
 (0)