1 set(LLVM_LINK_COMPONENTS
8 add_subdirectory(Interp)
10 add_clang_unittest(ASTTests
11 ASTContextParentMapTest.cpp
13 ASTImporterFixtures.cpp
15 ASTImporterObjCTest.cpp
16 ASTImporterGenericRedeclTest.cpp
17 ASTImporterODRStrategiesTest.cpp
18 ASTImporterVisibilityTest.cpp
26 DataCollectionTest.cpp
29 EvaluateAsRValueTest.cpp
30 ExternalASTSourceTest.cpp
31 NamedDeclPrinterTest.cpp
33 RecursiveASTVisitorTest.cpp
35 SourceLocationTest.cpp
37 StructuralEquivalenceTest.cpp
43 clang_target_link_libraries(ASTTests
54 target_link_libraries(ASTTests
57 LLVMTestingAnnotations