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
[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git]
/
clang
/
tools
/
clang-import-test
/
CMakeLists.txt
blob
6b70bebd8850e514963f21aa0e1d05124786e8f5
1
set(LLVM_LINK_COMPONENTS
2
Core
3
Support
4
TargetParser
5
)
6
7
add_clang_executable(clang-import-test
8
clang-import-test.cpp
9
DEPENDS
10
intrinsics_gen
11
)
12
13
set(CLANG_IMPORT_TEST_LIB_DEPS
14
clangAST
15
clangBasic
16
clangCodeGen
17
clangDriver
18
clangFrontend
19
clangLex
20
clangParse
21
clangSerialization
22
)
23
24
clang_target_link_libraries(clang-import-test
25
PRIVATE
26
${CLANG_IMPORT_TEST_LIB_DEPS}
27
)