Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 0bb7cf3

Browse files
committed
We now require Visual C++ 2012 (MSVC_VERSION = 1700) or later to build LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202804 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 60d302d commit 0bb7cf3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CMakeLists.txt

-9
Original file line numberDiff line numberDiff line change
@@ -473,14 +473,5 @@ if( CLANG_INCLUDE_DOCS )
473473
add_subdirectory(docs)
474474
endif()
475475

476-
# Workaround for MSVS10 to avoid the Dialog Hell
477-
# FIXME: This could be removed with future version of CMake.
478-
if( CLANG_BUILT_STANDALONE AND MSVC_VERSION EQUAL 1600 )
479-
set(CLANG_SLN_FILENAME "${CMAKE_CURRENT_BINARY_DIR}/Clang.sln")
480-
if( EXISTS "${CLANG_SLN_FILENAME}" )
481-
file(APPEND "${CLANG_SLN_FILENAME}" "\n# This should be regenerated!\n")
482-
endif()
483-
endif()
484-
485476
set(CLANG_ORDER_FILE "" CACHE FILEPATH
486477
"Order file to use when compiling clang in order to improve startup time.")

0 commit comments

Comments
 (0)