| 1 | set(LLVM_LINK_COMPONENTS |
|---|---|
| 2 | ${LLVM_TARGETS_TO_BUILD} |
| 3 | Support |
| 4 | Option |
| 5 | ) |
| 6 | |
| 7 | add_clang_unittest(ClangDriverTests |
| 8 | DistroTest.cpp |
| 9 | ToolChainTest.cpp |
| 10 | ModuleCacheTest.cpp |
| 11 | MultilibTest.cpp |
| 12 | ) |
| 13 | |
| 14 | target_link_libraries(ClangDriverTests |
| 15 | PRIVATE |
| 16 | clangDriver |
| 17 | clangBasic |
| 18 | ) |
| 19 |