diff options
Diffstat (limited to 'lib/Sema/CMakeLists.txt')
-rw-r--r-- | lib/Sema/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt index 8aa005102fe4b..7a5973299f914 100644 --- a/lib/Sema/CMakeLists.txt +++ b/lib/Sema/CMakeLists.txt @@ -2,6 +2,10 @@ set(LLVM_LINK_COMPONENTS Support ) +if (MSVC) + set_source_files_properties(SemaExpr.cpp PROPERTIES COMPILE_FLAGS /bigobj) +endif() + add_clang_library(clangSema AnalysisBasedWarnings.cpp AttributeList.cpp |