Enable CrossGen Compilation for ARM64
authorKyungwoo Lee <kyulee@microsoft.com>
Thu, 24 Mar 2016 17:51:36 +0000 (10:51 -0700)
committerKyungwoo Lee <kyulee@microsoft.com>
Thu, 24 Mar 2016 17:51:38 +0000 (10:51 -0700)
commit1a0a1c3542cc296035b8ef14e7520dfdb2ac5d93
tree0efb4e4d0cef2d5834d72a7c797f8f064487796a
parentcec26a62bbdf9f72af120ac7ef6fa2e9903684fa
Enable CrossGen Compilation for ARM64

This simply removes the blocking code that prevents ARM64 crossgen
compilation. Otherwise, we got InvalidProgramExceptions for all methods.
I've validated this allows crossgen to compiles all mscorlib methods.
Toward the end, there is NYI assertion in Zap which is expected.
src/jit/compiler.cpp