Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2017-11-21 04:18:01 +0300
committerBruce Forstall <brucefo@microsoft.com>2017-12-13 04:24:20 +0300
commitbe3548a0ffb41e1d0f9be49ea7acdfd836e72961 (patch)
tree0f6318d8c01177b1fb7976d45b1fca8cd02152d3 /src/coreclr/crosscomponents.cmake
parenta15e2fb8621559421c77a29644850f0627b3b8b6 (diff)
Make RyuJIT/arm32 the default arm32 JIT
RyuJIT/arm32 JIT is now named clrjit.dll (was named protojit.dll). arm32 LEGACY_BACKEND JIT is now named legacyjit.dll (was named clrjit.dll). Ubuntu and Tizen testing now use RyuJIT/arm32. Tests failing for legacy backend are now excluded with `LEGACYJIT_JITSTRESS_FAIL`, `LEGACYJIT_GCSTRESS_FAIL`, and `LEGACYJIT_FAIL`. Commit migrated from https://github.com/dotnet/coreclr/commit/e7660e3226527166352aa7999ae1ed853a9c4868
Diffstat (limited to 'src/coreclr/crosscomponents.cmake')
-rw-r--r--src/coreclr/crosscomponents.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/crosscomponents.cmake b/src/coreclr/crosscomponents.cmake
index 1e386dcbaf9..f68587d04f8 100644
--- a/src/coreclr/crosscomponents.cmake
+++ b/src/coreclr/crosscomponents.cmake
@@ -3,7 +3,7 @@ add_definitions(-DCROSS_COMPILE)
set (CLR_CROSS_COMPONENTS_LIST
crossgen
clrjit
- protojit
+ legacyjit
)
if(NOT CLR_CMAKE_PLATFORM_LINUX)