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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
tools
/
arcmt-test
/
CMakeLists.txt
blob
d3e6580e16efaf7fe69fcad0f4a0726e7e3a6b90
1
set(LLVM_LINK_COMPONENTS
2
support
3
)
4
5
add_clang_executable(arcmt-test
6
arcmt-test.cpp
7
)
8
9
clang_target_link_libraries(arcmt-test
10
PRIVATE
11
clangARCMigrate
12
clangBasic
13
clangFrontend
14
clangLex
15
clangSerialization
16
)