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