Add SemaTemplateDeduction.cpp to /bigobj
authorErich Keane <erich.keane@intel.com>
Fri, 17 Apr 2020 23:31:58 +0000 (16:31 -0700)
committerErich Keane <erich.keane@intel.com>
Fri, 17 Apr 2020 23:33:07 +0000 (16:33 -0700)
According to Nathaniel McVicar on the review for D73967,
SematTemplateDeduction hit the 16 bit COFF limit.  This adds it to the
/bigobj list.

clang/lib/Sema/CMakeLists.txt

index 89ea690..98f121f 100644 (file)
@@ -8,6 +8,7 @@ if (MSVC)
   set_source_files_properties(SemaExpr.cpp PROPERTIES COMPILE_FLAGS /bigobj)
   set_source_files_properties(SemaExprCXX.cpp PROPERTIES COMPILE_FLAGS /bigobj)
   set_source_files_properties(SemaTemplate.cpp PROPERTIES COMPILE_FLAGS /bigobj)
+  set_source_files_properties(SemaTemplateDeduction.cpp PROPERTIES COMPILE_FLAGS /bigobj)
 endif()
 
 clang_tablegen(OpenCLBuiltins.inc -gen-clang-opencl-builtins