blob: e8d0d0a18abd4f17ca00e3e1433944d336e9913a [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
bitreader
support
mc
)
add_clang_executable(clang-check
ClangCheck.cpp
)
target_link_libraries(clang-check
clangTooling
clangBasic
clangRewriteFrontend
)
install(TARGETS clang-check
RUNTIME DESTINATION bin)