[PATCH] D33192: [Polly][CMake] Exclude isl_config from the polly-check-format target.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 06:33:41 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL303060: [Polly][CMake] Exclude isl_config from the polly-check-format target. (authored by pfaffe).

Changed prior to commit:
  https://reviews.llvm.org/D33192?vs=98993&id=98998#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33192

Files:
  polly/trunk/CMakeLists.txt


Index: polly/trunk/CMakeLists.txt
===================================================================
--- polly/trunk/CMakeLists.txt
+++ polly/trunk/CMakeLists.txt
@@ -244,7 +244,7 @@
 
 # Add target to check formatting of polly files
 file( GLOB_RECURSE files *.h lib/*.cpp lib/*.c tools/*.cpp tools/*.c tools/*.h unittests/*.cpp)
-file( GLOB_RECURSE external lib/External/*.h lib/External/*.c lib/External/*.cpp)
+file( GLOB_RECURSE external lib/External/*.h lib/External/*.c lib/External/*.cpp isl_config.h)
 list( REMOVE_ITEM files ${external})
 
 set(check_format_depends)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33192.98998.patch
Type: text/x-patch
Size: 578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170515/568a0ae3/attachment.bin>


More information about the llvm-commits mailing list