
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 .
56 lines
1.1 KiB
CMake
56 lines
1.1 KiB
CMake
add_subdirectory(ByteCode)
|
|
|
|
add_clang_unittest(ASTTests
|
|
ASTContextParentMapTest.cpp
|
|
ASTDumperTest.cpp
|
|
ASTExprTest.cpp
|
|
ASTImporterFixtures.cpp
|
|
ASTImporterTest.cpp
|
|
ASTImporterObjCTest.cpp
|
|
ASTImporterGenericRedeclTest.cpp
|
|
ASTImporterODRStrategiesTest.cpp
|
|
ASTImporterVisibilityTest.cpp
|
|
ASTTraverserTest.cpp
|
|
ASTTypeTraitsTest.cpp
|
|
ASTVectorTest.cpp
|
|
AttrTest.cpp
|
|
CommentLexer.cpp
|
|
CommentParser.cpp
|
|
CommentTextTest.cpp
|
|
ConceptPrinterTest.cpp
|
|
DataCollectionTest.cpp
|
|
DeclBaseTest.cpp
|
|
DeclPrinterTest.cpp
|
|
DeclTest.cpp
|
|
EvaluateAsRValueTest.cpp
|
|
ExternalASTSourceTest.cpp
|
|
NamedDeclPrinterTest.cpp
|
|
ProfilingTest.cpp
|
|
RandstructTest.cpp
|
|
RawCommentForDeclTest.cpp
|
|
RecursiveASTVisitorTest.cpp
|
|
SizelessTypesTest.cpp
|
|
SourceLocationTest.cpp
|
|
StmtPrinterTest.cpp
|
|
StructuralEquivalenceTest.cpp
|
|
TemplateNameTest.cpp
|
|
TypePrinterTest.cpp
|
|
UnresolvedSetTest.cpp
|
|
CLANG_LIBS
|
|
clangAST
|
|
clangASTMatchers
|
|
clangBasic
|
|
clangFrontend
|
|
clangLex
|
|
clangSerialization
|
|
clangTooling
|
|
LINK_LIBS
|
|
clangTesting
|
|
LLVMTestingAnnotations
|
|
LLVMTestingSupport
|
|
LLVM_COMPONENTS
|
|
FrontendOpenMP
|
|
Support
|
|
TargetParser
|
|
)
|