Skip to content

Commit 76e7069

Browse files
committedOct 11, 2015
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
1 parent 1e91a27 commit 76e7069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler-rt/lib/builtins/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ if (APPLE)
334334
add_subdirectory(Darwin-excludes)
335335
add_subdirectory(macho_embedded)
336336
darwin_add_builtin_libraries(${BUILTIN_SUPPORTED_OS})
337-
elseif (NOT WIN32 OR MINGW)
337+
else ()
338338
foreach (arch ${BUILTIN_SUPPORTED_ARCH})
339339
if (CAN_TARGET_${arch})
340340
# Filter out generic versions of routines that are re-implemented in

0 commit comments

Comments
 (0)
Please sign in to comment.