blob: a1310e885a55abe505de50bbd4d7d5854c7bb5d9 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FrontendTests
FrontendActionTest.cpp
)
target_link_libraries(FrontendTests
clangAST
clangFrontend
clangLex
clangSema
)