1 set(LLVM_LINK_COMPONENTS 2 Support 3 ) 4 5 add_clang_unittest(ClangDriverTests 6 ToolChainTest.cpp 7 MultilibTest.cpp 8 ) 9 10 target_link_libraries(ClangDriverTests 11 clangDriver 12 clangBasic 13 ) 14