2014-02-12 11:21:20 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2017-08-29 13:22:26 +08:00
|
|
|
${LLVM_TARGETS_TO_BUILD}
|
2014-02-12 11:21:20 +08:00
|
|
|
Support
|
2017-01-14 03:47:55 +08:00
|
|
|
Option
|
2014-02-12 11:21:20 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_clang_unittest(ClangDriverTests
|
2016-11-29 05:11:22 +08:00
|
|
|
DistroTest.cpp
|
2015-10-07 23:48:01 +08:00
|
|
|
ToolChainTest.cpp
|
2014-02-12 11:21:20 +08:00
|
|
|
MultilibTest.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(ClangDriverTests
|
|
|
|
clangDriver
|
2015-10-08 04:19:25 +08:00
|
|
|
clangBasic
|
2014-02-12 11:21:20 +08:00
|
|
|
)
|