blob: 674f77bd0135c6bdf9aced6ec0a858a8f61aee3a [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FrontendTests
FrontendActionTest.cpp
CodeGenActionTest.cpp
)
target_link_libraries(FrontendTests
clangAST
clangBasic
clangFrontend
clangLex
clangSema
clangCodeGen
)