Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Disable LEGACY_BACKEND
Browse files Browse the repository at this point in the history
  • Loading branch information
benpye committed Jul 22, 2015
1 parent 53014ac commit 0fdbdfd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/jit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,14 @@ if(CLR_CMAKE_PLATFORM_ARCH_AMD64)
)
elseif(CLR_CMAKE_PLATFORM_ARCH_ARM)
set( ARCH_SOURCES
emitarm.cpp
targetarm.cpp
lowerarm.cpp
codegenarm.cpp
unwindarm.cpp
emitarm.cpp
codegenlegacy.cpp
registerfp.cpp
lower.cpp
lsra.cpp
)
add_definitions(-DLEGACY_BACKEND)
else()
message(FATAL_ERROR "Only ARM and AMD64 is supported")
endif()
Expand Down

0 comments on commit 0fdbdfd

Please sign in to comment.