diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-10-11 22:30:10 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-10-11 22:30:10 +0000 |
| commit | 565872584b26d7bf2076276c5d6fc31978cd3882 (patch) | |
| tree | 6545c81d82e40885074fff1db9f74c675f5b2dde /compiler-rt/lib/builtins | |
| parent | 76e70699d5a435400354ed86ea59ed626b4c91e2 (diff) | |
| download | bcm5719-llvm-565872584b26d7bf2076276c5d6fc31978cd3882.tar.gz bcm5719-llvm-565872584b26d7bf2076276c5d6fc31978cd3882.zip | |
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
Diffstat (limited to 'compiler-rt/lib/builtins')
| -rw-r--r-- | compiler-rt/lib/builtins/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt index 5e6ecdb0f23..08aa3940414 100644 --- a/compiler-rt/lib/builtins/CMakeLists.txt +++ b/compiler-rt/lib/builtins/CMakeLists.txt @@ -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 |

