2012-08-10 01:17:01 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2013-12-10 20:40:37 +08:00
|
|
|
Support
|
2012-08-10 01:17:01 +08:00
|
|
|
)
|
|
|
|
|
2012-06-21 17:51:42 +08:00
|
|
|
add_clang_unittest(FrontendTests
|
|
|
|
FrontendActionTest.cpp
|
2016-02-19 00:42:09 +08:00
|
|
|
CodeGenActionTest.cpp
|
2012-06-21 17:51:42 +08:00
|
|
|
)
|
|
|
|
target_link_libraries(FrontendTests
|
2013-12-10 20:40:37 +08:00
|
|
|
clangAST
|
2015-07-10 23:47:36 +08:00
|
|
|
clangBasic
|
2012-06-21 17:51:42 +08:00
|
|
|
clangFrontend
|
2014-08-08 09:26:23 +08:00
|
|
|
clangLex
|
2014-10-23 04:20:35 +08:00
|
|
|
clangSema
|
2016-02-19 00:42:09 +08:00
|
|
|
clangCodeGen
|
2012-06-21 17:51:42 +08:00
|
|
|
)
|