Turn on the /bigobj switch for RecursiveASTVisitorTest.cpp; we are now bumping up...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 2 Nov 2016 14:31:36 +0000 (14:31 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 2 Nov 2016 14:31:36 +0000 (14:31 +0000)
llvm-svn: 285810

clang/unittests/Tooling/CMakeLists.txt

index b4b3f40..185f43b 100644 (file)
@@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
 # By default MSVC has a 2^16 limit on the number of sections in an object file,
 # and this needs more than that.
 if (MSVC)
+  set_source_files_properties(RecursiveASTVisitorTest.cpp PROPERTIES COMPILE_FLAGS /bigobj)
   set_source_files_properties(RecursiveASTVisitorTestExprVisitor.cpp PROPERTIES COMPILE_FLAGS /bigobj)
 endif()