[polly] r175178 - Do not run formatting checks by default
Tobias Grosser
grosser at fim.uni-passau.de
Thu Feb 14 08:42:50 PST 2013
Author: grosser
Date: Thu Feb 14 10:42:50 2013
New Revision: 175178
URL: http://llvm.org/viewvc/llvm-project?rev=175178&view=rev
Log:
Do not run formatting checks by default
Modified:
polly/trunk/CMakeLists.txt
Modified: polly/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/CMakeLists.txt?rev=175178&r1=175177&r2=175178&view=diff
==============================================================================
--- polly/trunk/CMakeLists.txt (original)
+++ polly/trunk/CMakeLists.txt Thu Feb 14 10:42:50 2013
@@ -162,4 +162,4 @@ configure_file( ${CMAKE_CURRENT_SOURCE_D
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)
More information about the llvm-commits
mailing list