• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_unittest(ClangDriverTests
6  ToolChainTest.cpp
7  MultilibTest.cpp
8  )
9
10target_link_libraries(ClangDriverTests
11  clangDriver
12  clangBasic
13  )
14