forked from OSchip/llvm-project
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:
parent
76e70699d5
commit
565872584b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue