Add missing files for ARM legacy JIT
authorJan Kotas <jkotas@microsoft.com>
Sun, 31 Jan 2016 01:40:53 +0000 (17:40 -0800)
committerJan Kotas <jkotas@microsoft.com>
Sun, 31 Jan 2016 05:01:56 +0000 (21:01 -0800)
src/jit/CMakeLists.txt

index b7870c72c8df64acd5053aa518b70b5fe186fdff..a5f777e4642a15b944a871e962660224bb045296 100644 (file)
@@ -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