Skip to content

Commit

Permalink
Disable legacy_backend jits
Browse files Browse the repository at this point in the history
[tfs-changeset: 1692827]


Commit migrated from dotnet/coreclr@5a281a4
  • Loading branch information
dotnet-bot committed Mar 21, 2018
1 parent c9e8a83 commit d6df03c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/coreclr/src/jit/DIRS.proj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@
<!-- Only the main JIT gets built for CoreSys. The other jits (e.g., altjits) do not. -->
<ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(BuildProjectName)' != 'CoreSys'">

<!-- FrankenJit and FrankenAltJit builds are disabled. We do not test them in CoreCLR and changes from there regularly break legacy_bakend for x86, it is why it is disabled now
and should be completely deleted soon. -->
<!-- Build the "FrankenJit" (RyuJIT front-end, legacy back-end) and "FrankenAltjit". These can't conflict with the names of the JIT32 directory outputs. -->
<!--
<ProjectFile Condition="'$(BuildArchitecture)' == 'i386' or '$(BuildArchitecture)' == 'arm'" Include="frankenjit\frankenjit.nativeproj" />
<ProjectFile Condition="'$(BuildArchitecture)' == 'i386'" Include="frankenaltjit\frankenaltjit.nativeproj" />
-->

<!-- This might be useful, to help make sure JIT devs build all configurations of the JIT (including crossgen), but
it appears to cause problems with the build system, and it slows down normal JIT developer productivity by adding a seldom-useful build.
Expand Down

0 comments on commit d6df03c

Please sign in to comment.