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
[TargetVersion] Only enable on RISC-V and AArch64 (#115991)
[llvm-project.git]
/
clang-tools-extra
/
clang-move
/
CMakeLists.txt
blob
1380a111c5c4cb66ef187e4961b097f0d7c5d49e
1
set(LLVM_LINK_COMPONENTS
2
support
3
FrontendOpenMP
4
)
5
6
add_clang_library(clangMove STATIC
7
Move.cpp
8
HelperDeclRefGraph.cpp
9
10
DEPENDS
11
omp_gen
12
ClangDriverOptions
13
)
14
15
clang_target_link_libraries(clangMove
16
PRIVATE
17
clangAnalysis
18
clangAST
19
clangASTMatchers
20
clangBasic
21
clangFormat
22
clangFrontend
23
clangLex
24
clangSerialization
25
clangTooling
26
clangToolingCore
27
)
28
29
add_subdirectory(tool)