repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU][AsmParser][NFC] Get rid of custom default operand handlers.
[llvm-project.git]
/
clang
/
unittests
/
Introspection
/
CMakeLists.txt
blob
edc359ef4fcfdc160da34f5d06ed854ba6c765b5
1
set(LLVM_LINK_COMPONENTS
2
FrontendOpenMP
3
Support
4
)
5
6
add_clang_unittest(IntrospectionTests
7
IntrospectionTest.cpp
8
)
9
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
22
)