diff options
| author | Yaron Keren <yaron.keren@gmail.com> | 2014-03-04 09:12:17 +0000 |
|---|---|---|
| committer | Yaron Keren <yaron.keren@gmail.com> | 2014-03-04 09:12:17 +0000 |
| commit | 230f29f91028f81eeb0e152ab9be5b20c7770537 (patch) | |
| tree | 6542137ee229e7c5b17bf5e45daefcfa1fc62c5f | |
| parent | 4a5a9d2174d0a9fc94b97b15519d1be321af7c17 (diff) | |
| download | bcm5719-llvm-230f29f91028f81eeb0e152ab9be5b20c7770537.tar.gz bcm5719-llvm-230f29f91028f81eeb0e152ab9be5b20c7770537.zip | |
We now require Visual C++ 2012 (MSVC_VERSION = 1700) or later to build LLVM.
llvm-svn: 202804
| -rw-r--r-- | clang/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/CMakeLists.txt b/clang/CMakeLists.txt index 38f10493dd2..2d7bb6f5402 100644 --- a/clang/CMakeLists.txt +++ b/clang/CMakeLists.txt @@ -473,14 +473,5 @@ if( CLANG_INCLUDE_DOCS ) add_subdirectory(docs) endif() -# Workaround for MSVS10 to avoid the Dialog Hell -# FIXME: This could be removed with future version of CMake. -if( CLANG_BUILT_STANDALONE AND MSVC_VERSION EQUAL 1600 ) - set(CLANG_SLN_FILENAME "${CMAKE_CURRENT_BINARY_DIR}/Clang.sln") - if( EXISTS "${CLANG_SLN_FILENAME}" ) - file(APPEND "${CLANG_SLN_FILENAME}" "\n# This should be regenerated!\n") - endif() -endif() - set(CLANG_ORDER_FILE "" CACHE FILEPATH "Order file to use when compiling clang in order to improve startup time.") |

