blob: 22be5ed18cc7a3fd54ac4f6267a7ee414e4205cb [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(ClangSupportTests
TimeProfilerTest.cpp
)
clang_target_link_libraries(ClangSupportTests
PRIVATE
clangAST
clangBasic
clangFrontend
clangSerialization
)