blob: 66dd534d52b7237bab4be1ed58cc1cf538742872 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support
mc
)
add_clang_unittest(FormatTests
FormatTest.cpp
)
target_link_libraries(FormatTests
clangAST
clangFormat
clangTooling
clangRewriteCore
)