Fix for issue 3146: dotnet build is slower on Linux than Windows (#5524)
authorFadi Hanna <fadim@microsoft.com>
Tue, 7 Jun 2016 16:32:01 +0000 (09:32 -0700)
committerFadi Hanna <fadim@microsoft.com>
Tue, 7 Jun 2016 16:32:01 +0000 (09:32 -0700)
commit922cace885bfe24c18508747346e23ff7dc40d6c
treed546d2eb9ff9be7970c8b2a888059216038e8e71
parent8a8f26b883953e9278873bb3831e5415199c3755
Fix for issue 3146: dotnet build is slower on Linux than Windows (#5524)

Fixing the loader logic on Unix to mimic the behavior on Windows,
in order to be able to successfully load and use R2R images on
Unix where the file extension does not have the ".ni." portion.
src/vm/peimagelayout.cpp