diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-02-15 17:53:10 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-02-15 17:53:10 +0000 |
| commit | 301e190c5490361fb1876080c4094d4be43ffdff (patch) | |
| tree | 64ba4dd5f5e53896de36be1d16aeb21e1f8fc8ad /llvm/cmake/modules/AddLLVM.cmake | |
| parent | 8626ed2eae325e6693de604e56345e0fa9e0f54f (diff) | |
| download | bcm5719-llvm-301e190c5490361fb1876080c4094d4be43ffdff.tar.gz bcm5719-llvm-301e190c5490361fb1876080c4094d4be43ffdff.zip | |
Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version to 2013.
This is based on the discussions on: [LLVMdev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk
llvm-svn: 229320
Diffstat (limited to 'llvm/cmake/modules/AddLLVM.cmake')
| -rw-r--r-- | llvm/cmake/modules/AddLLVM.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake index dae8e758c7c..b265d8661a7 100644 --- a/llvm/cmake/modules/AddLLVM.cmake +++ b/llvm/cmake/modules/AddLLVM.cmake @@ -584,12 +584,6 @@ function(add_unittest test_suite test_name) set(EXCLUDE_FROM_ALL ON) endif() - # Visual Studio 2012 only supports up to 8 template parameters in - # std::tr1::tuple by default, but gtest requires 10 - if (MSVC AND MSVC_VERSION EQUAL 1700) - list(APPEND LLVM_COMPILE_DEFINITIONS _VARIADIC_MAX=10) - endif () - include_directories(${LLVM_MAIN_SRC_DIR}/utils/unittest/googletest/include) if (NOT LLVM_ENABLE_THREADS) list(APPEND LLVM_COMPILE_DEFINITIONS GTEST_HAS_PTHREAD=0) |

