Revert "builtins: enable builtins build for MSVC"

Revert once more.  This seems to fail to build on the buildbots which build with
ninja rather than MSBuild/Visual Studio.  This requires further build
infrastructure changes to deal with the assembly routines.

llvm-svn: 250001
This commit is contained in:
Saleem Abdulrasool 2015-10-11 22:30:10 +00:00
parent 76e70699d5
commit 565872584b
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ if (APPLE)
add_subdirectory(Darwin-excludes)
add_subdirectory(macho_embedded)
darwin_add_builtin_libraries(${BUILTIN_SUPPORTED_OS})
else ()
elseif (NOT WIN32 OR MINGW)
foreach (arch ${BUILTIN_SUPPORTED_ARCH})
if (CAN_TARGET_${arch})
# Filter out generic versions of routines that are re-implemented in