blob: c1f4f186354b9867e63b4134aa1218dd562828a3 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FrontendTests
ASTUnitTest.cpp
CompilerInstanceTest.cpp
FrontendActionTest.cpp
CodeGenActionTest.cpp
ParsedSourceLocationTest.cpp
PCHPreambleTest.cpp
)
target_link_libraries(FrontendTests
clangAST
clangBasic
clangFrontend
clangLex
clangSema
clangCodeGen
)