[runtime] Provide Mono.Simd.dll to llvmonlycheck+fullaotcheck
authorAlexander Kyte <alkyte@microsoft.com>
Wed, 3 Aug 2016 17:23:58 +0000 (13:23 -0400)
committerAlexander Kyte <alkyte@microsoft.com>
Wed, 3 Aug 2016 17:24:32 +0000 (13:24 -0400)
mono/mini/Makefile.am.in

index 0bea65ea3fd8acacf614c215f59229b32a3bd4dc..e3983f69e2b4f769154a6b7cac805abfe91e71bb 100755 (executable)
@@ -737,8 +737,7 @@ fullaot_regtests = $(regtests) aot-tests.exe $(if $(GSHAREDVT),gshared.exe)
 # on mobile profiles
 FULLAOT_LIBS_MOBILE_STATIC_BLACKLIST = \
        Mono.Posix.dll \
-       System.Configuration.dll \
-       Mono.Simd.dll
+       System.Configuration.dll
 
 FULLAOT_LIBS_UNIVERSAL = \
        mscorlib.dll \
@@ -746,6 +745,7 @@ FULLAOT_LIBS_UNIVERSAL = \
        System.dll \
        System.Xml.dll \
        System.Security.dll \
+       Mono.Simd.dll \
        Mono.Security.dll
 
 if INSTALL_MOBILE_STATIC