[AMDGPU][AsmParser][NFC] Get rid of custom default operand handlers.
[llvm-project.git] / clang / unittests / Introspection / CMakeLists.txt
blobedc359ef4fcfdc160da34f5d06ed854ba6c765b5
1 set(LLVM_LINK_COMPONENTS
2   FrontendOpenMP
3   Support
4   )
6 add_clang_unittest(IntrospectionTests
7   IntrospectionTest.cpp
8   )
10 clang_target_link_libraries(IntrospectionTests
11   PRIVATE
12   clangAST
13   clangASTMatchers
14   clangBasic
15   clangFrontend
16   clangSerialization
17   clangTooling
18   )
19 target_link_libraries(IntrospectionTests
20   PRIVATE
21   LLVMTestingSupport