
This reapplies 5ffd9bdb50b57 (#133545) with fixes. The BUILD_SHARED_LIBS=ON build was fixed by adding missing LLVM dependencies to the InterpTests binary in unittests/AST/ByteCode/CMakeLists.txt .
27 lines
484 B
CMake
27 lines
484 B
CMake
add_clang_unittest(ClangAnalysisTests
|
|
CFGDominatorTree.cpp
|
|
CFGTest.cpp
|
|
CloneDetectionTest.cpp
|
|
ExprMutationAnalyzerTest.cpp
|
|
IntervalPartitionTest.cpp
|
|
MacroExpansionContextTest.cpp
|
|
UnsafeBufferUsageTest.cpp
|
|
CLANG_LIBS
|
|
clangAST
|
|
clangASTMatchers
|
|
clangAnalysis
|
|
clangBasic
|
|
clangFrontend
|
|
clangLex
|
|
clangSerialization
|
|
clangTooling
|
|
LINK_LIBS
|
|
clangTesting
|
|
LLVMTestingSupport
|
|
LLVM_COMPONENTS
|
|
FrontendOpenMP
|
|
Support
|
|
)
|
|
|
|
add_subdirectory(FlowSensitive)
|