forked from OSchip/llvm-project
Revert "Revert "builtins: enable builtins build for MSVC""
Previous changes should now permit building on MSVC 2013 in addition to MSVC 2015. llvm-svn: 250000
This commit is contained in:
parent
1e91a278b6
commit
76e70699d5
|
@ -334,7 +334,7 @@ if (APPLE)
|
|||
add_subdirectory(Darwin-excludes)
|
||||
add_subdirectory(macho_embedded)
|
||||
darwin_add_builtin_libraries(${BUILTIN_SUPPORTED_OS})
|
||||
elseif (NOT WIN32 OR MINGW)
|
||||
else ()
|
||||
foreach (arch ${BUILTIN_SUPPORTED_ARCH})
|
||||
if (CAN_TARGET_${arch})
|
||||
# Filter out generic versions of routines that are re-implemented in
|
||||
|
|
Loading…
Reference in New Issue