summaryrefslogtreecommitdiff
path: root/crosscomponents.cmake
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-05-22 14:25:34 -0700
committerBruce Forstall <brucefo@microsoft.com>2018-05-22 21:01:57 -0700
commit6716e0ce0794f0139c8c15e3ca52d4bb5ebbce0b (patch)
tree40ab6caed42461d345f6ccfee1ad4edbfd0a3b84 /crosscomponents.cmake
parent7153e441ef21e9bb5e022229c0808b964b9199e0 (diff)
downloadcoreclr-6716e0ce0794f0139c8c15e3ca52d4bb5ebbce0b.tar.gz
coreclr-6716e0ce0794f0139c8c15e3ca52d4bb5ebbce0b.tar.bz2
coreclr-6716e0ce0794f0139c8c15e3ca52d4bb5ebbce0b.zip
Remove more JIT LEGACY_BACKEND tendrils
1. Remove armlb testing from netci.groovy 2. Remove legacy jit exclusions from tests.lst 3. Remove some unused `LEGACY_BACKEND` build definitions 4. Remove regpair.h
Diffstat (limited to 'crosscomponents.cmake')
-rw-r--r--crosscomponents.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/crosscomponents.cmake b/crosscomponents.cmake
index cedb1e2013..a1f7c94970 100644
--- a/crosscomponents.cmake
+++ b/crosscomponents.cmake
@@ -7,7 +7,6 @@ endif(CLR_CMAKE_PLATFORM_ARCH_AMD64 AND CLR_CMAKE_TARGET_ARCH_ARM)
set (CLR_CROSS_COMPONENTS_LIST
crossgen
clrjit
- legacyjit
)
if(NOT CLR_CMAKE_PLATFORM_LINUX AND NOT FEATURE_CROSSBITNESS)