mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Do not run formatting checks by default
llvm-svn: 175178
This commit is contained in:
@@ -162,4 +162,4 @@ configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/include/polly/Config/config.h.cmake
|
||||
file( GLOB_RECURSE files *.h *.cpp)
|
||||
add_custom_command( OUTPUT formatting COMMAND
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/utils/check_format.sh ${files})
|
||||
add_custom_target(polly-check-format ALL DEPENDS formatting)
|
||||
add_custom_target(polly-check-format DEPENDS formatting)
|
||||
|
||||
Reference in New Issue
Block a user