[polly] r206900 - Fixed missing cloog test with automake/configure build setup

Tobias Grosser tobias at grosser.es
Tue Apr 22 08:30:44 PDT 2014


Author: grosser
Date: Tue Apr 22 10:30:43 2014
New Revision: 206900

URL: http://llvm.org/viewvc/llvm-project?rev=206900&view=rev
Log:
Fixed missing cloog test with automake/configure build setup

Contributed-by:  Johannes Doerfert <doerfert at cs.uni-saarland.de>

Modified:
    polly/trunk/test/Cloog/lit.local.cfg
    polly/trunk/test/Makefile

Modified: polly/trunk/test/Cloog/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Cloog/lit.local.cfg?rev=206900&r1=206899&r2=206900&view=diff
==============================================================================
--- polly/trunk/test/Cloog/lit.local.cfg (original)
+++ polly/trunk/test/Cloog/lit.local.cfg Tue Apr 22 10:30:43 2014
@@ -1,3 +1,3 @@
 cloog = config.root.cloog_found
-if cloog not in ['TRUE', 'true'] :
+if cloog not in ['TRUE', 'true', 'yes', 'YES'] :
     config.unsupported = True

Modified: polly/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Makefile?rev=206900&r1=206899&r2=206900&view=diff
==============================================================================
--- polly/trunk/test/Makefile (original)
+++ polly/trunk/test/Makefile Tue Apr 22 10:30:43 2014
@@ -54,6 +54,8 @@ lit.site.cfg: FORCE
 	     -e "s#@LLVM_SHLIBEXT@#$(SHLIBEXT)#g" \
              -e "s#@POLLY_LIB_DIR@#$(LibDir)#g" \
              -e "s#@LINK_POLLY_INTO_TOOLS@#OFF#g" \
+             -e "s#@CLOOG_FOUND@#$(CLOOG_FOUND)#g" \
+             -e "s#@CUDALIB_FOUND@#$(CUDALIB_FOUND)#g" \
 	     $(PROJ_SRC_DIR)/lit.site.cfg.in > $@
 
 clean::





More information about the llvm-commits mailing list