blob: 1a7b8193e13915fed3458d7ec8a6d08a0197df14 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FrontendTests
ASTUnitTest.cpp
CompilerInvocationTest.cpp
CompilerInstanceTest.cpp
FixedPointString.cpp
FrontendActionTest.cpp
CodeGenActionTest.cpp
ParsedSourceLocationTest.cpp
PCHPreambleTest.cpp
OutputStreamTest.cpp
TextDiagnosticTest.cpp
UtilsTest.cpp
)
clang_target_link_libraries(FrontendTests
PRIVATE
clangAST
clangBasic
clangFrontend
clangLex
clangSema
clangCodeGen
clangFrontendTool
clangSerialization
)