projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d196fdf
)
Add missing files for ARM legacy JIT
author
Jan Kotas
<jkotas@microsoft.com>
Sun, 31 Jan 2016 01:40:53 +0000
(17:40 -0800)
committer
Jan Kotas
<jkotas@microsoft.com>
Sun, 31 Jan 2016 05:01:56 +0000
(21:01 -0800)
src/jit/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/jit/CMakeLists.txt
b/src/jit/CMakeLists.txt
index b7870c72c8df64acd5053aa518b70b5fe186fdff..a5f777e4642a15b944a871e962660224bb045296 100644
(file)
--- a/
src/jit/CMakeLists.txt
+++ b/
src/jit/CMakeLists.txt
@@
-80,6
+80,8
@@
elseif(CLR_CMAKE_PLATFORM_ARCH_ARM)
lowerarm.cpp
codegenarm.cpp
unwindarm.cpp
+ codegenlegacy.cpp
+ registerfp.cpp
)
elseif(CLR_CMAKE_PLATFORM_ARCH_I386)
set( ARCH_SOURCES