1 set(LLVM_LINK_COMPONENTS
8 add_subdirectory(ByteCode)
10 add_clang_unittest(ASTTests
11 ASTContextParentMapTest.cpp
14 ASTImporterFixtures.cpp
16 ASTImporterObjCTest.cpp
17 ASTImporterGenericRedeclTest.cpp
18 ASTImporterODRStrategiesTest.cpp
19 ASTImporterVisibilityTest.cpp
27 ConceptPrinterTest.cpp
28 DataCollectionTest.cpp
32 EvaluateAsRValueTest.cpp
33 ExternalASTSourceTest.cpp
34 NamedDeclPrinterTest.cpp
37 RawCommentForDeclTest.cpp
38 RecursiveASTVisitorTest.cpp
40 SourceLocationTest.cpp
42 StructuralEquivalenceTest.cpp
48 clang_target_link_libraries(ASTTests
59 target_link_libraries(ASTTests
62 LLVMTestingAnnotations