aboutsummaryrefslogtreecommitdiff
path: root/tools/arcmt-test/CMakeLists.txt
blob: 3d85d05af5454c933e464ab5d87949c8013f5b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  asmparser
  bitreader
  support
  mc
  )

add_clang_executable(arcmt-test
  arcmt-test.cpp
  )

target_link_libraries(arcmt-test
  clangARCMigrate
  clangEdit
  clangRewriteCore
  )