This revision was automatically updated to reflect the committed changes.
Closed by commit rG1cf2e45c19ff: Compile the RecursiveASTVisitor callbacks test
with "/bigobj" (authored by gribozavr).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82766/new/
gribozavr updated this revision to Diff 274108.
gribozavr added a comment.
Order lines alphabetically.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82766/new/
https://reviews.llvm.org/D82766
Files:
clang/unittests/Tooling/CMakeLists.txt
Index
gribozavr2 added inline comments.
Comment at: clang/unittests/Tooling/CMakeLists.txt:10
if (MSVC)
+ set_source_files_properties(RecursiveASTVisitorTests/Callbacks.cpp
PROPERTIES COMPILE_FLAGS /bigobj)
set_source_files_properties(RecursiveASTVisitorTest.cpp PROPERTIES
COMPI
erichkeane accepted this revision.
erichkeane added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/unittests/Tooling/CMakeLists.txt:10
if (MSVC)
+ set_source_files_properties(RecursiveASTVisitorTests/Callbacks.cpp
PROPERTIES COMPILE_FLAGS /
gribozavr created this revision.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
gribozavr2 added a reviewer: erichkeane.
erichkeane accepted this revision.
erichkeane added inline comments.
This revision is now accepted and ready to land.
Comment at