forked from OSchip/llvm-project
builtins: enable builtins build for MSVC
Patch by Tee Hao Wei! llvm-svn: 249948
This commit is contained in:
parent
1493ad9c24
commit
fbd8bb6fee
|
@ -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