summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Driver/CMakeLists.txt
blob: 2df1eb24fd44e7c888994ca7786ee7d914a55ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(LLVM_LINK_COMPONENTS
  Support
  )

add_clang_unittest(ClangDriverTests
  ToolChainTest.cpp
  MultilibTest.cpp
  )

target_link_libraries(ClangDriverTests
  clangDriver
  clangBasic
  )
OpenPOWER on IntegriCloud