blob: 9d23a069968a8554699cbe4397ea052a9fa5f97f [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(BasicTests
CharInfoTest.cpp
DiagnosticTest.cpp
FileEntryTest.cpp
FileManagerTest.cpp
LineOffsetMappingTest.cpp
SanitizersTest.cpp
SourceManagerTest.cpp
)
clang_target_link_libraries(BasicTests
PRIVATE
clangAST
clangBasic
clangLex
)