• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  ${LLVM_TARGETS_TO_BUILD}
3  asmparser
4  bitreader
5  support
6  mc
7  )
8
9add_clang_unittest(FrontendTests
10  FrontendActionTest.cpp
11  )
12target_link_libraries(FrontendTests
13  clangFrontend
14  )
15