mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 01:55:08 +00:00
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(Darwin-excludes)
|
||||||
add_subdirectory(macho_embedded)
|
add_subdirectory(macho_embedded)
|
||||||
darwin_add_builtin_libraries(${BUILTIN_SUPPORTED_OS})
|
darwin_add_builtin_libraries(${BUILTIN_SUPPORTED_OS})
|
||||||
else ()
|
elseif (NOT WIN32 OR MINGW)
|
||||||
foreach (arch ${BUILTIN_SUPPORTED_ARCH})
|
foreach (arch ${BUILTIN_SUPPORTED_ARCH})
|
||||||
if (CAN_TARGET_${arch})
|
if (CAN_TARGET_${arch})
|
||||||
# Filter out generic versions of routines that are re-implemented in
|
# Filter out generic versions of routines that are re-implemented in
|
||||||
|
Loading…
Reference in New Issue
Block a user