blob: f9c55c5edfc492889fa1be1882843585bcaae9e7 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)
add_clang_unittest(IntrospectionTests
IntrospectionTest.cpp
)
clang_target_link_libraries(IntrospectionTests
PRIVATE
clangAST
clangASTMatchers
clangTooling
clangBasic
clangSerialization
clangFrontend
)
target_link_libraries(IntrospectionTests
PRIVATE
LLVMTestingSupport
)