summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2018-03-09 12:28:34 -0800
committerGitHub <noreply@github.com>2018-03-09 12:28:34 -0800
commit6f60672981aa93a996f77fe777284dc77b35757f (patch)
tree12e41f75deaf97c6d8fbaf604d1112915aadab24 /src/tools
parentbc3b01b5612b21fdb8f11ec6917e5ec4503f1dcc (diff)
downloadcoreclr-6f60672981aa93a996f77fe777284dc77b35757f.tar.gz
coreclr-6f60672981aa93a996f77fe777284dc77b35757f.tar.bz2
coreclr-6f60672981aa93a996f77fe777284dc77b35757f.zip
Revert "Disable fragile NGen for System.Private.CoreLib.dll on ARM" (#16863)
This reverts commit bc3b01b5612b21fdb8f11ec6917e5ec4503f1dcc.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/crossgen/crossgen.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/crossgen/crossgen.cpp b/src/tools/crossgen/crossgen.cpp
index d1634235d2..8c800e4cb6 100644
--- a/src/tools/crossgen/crossgen.cpp
+++ b/src/tools/crossgen/crossgen.cpp
@@ -854,10 +854,8 @@ int _cdecl wmain(int argc, __in_ecount(argc) WCHAR **argv)
// Are we compiling mscorlib.dll?
bool fCompilingMscorlib = StringEndsWith((LPWSTR)pwzFilename, CoreLibName_IL_W);
-#ifndef _TARGET_ARM_
if (fCompilingMscorlib)
dwFlags &= ~NGENWORKER_FLAGS_READYTORUN;
-#endif // _TARGET_ARM_
if(pwzPlatformAssembliesPaths != nullptr)
{