Fixed missing cloog test with automake/configure build setup

Contributed-by:  Johannes Doerfert <doerfert@cs.uni-saarland.de>
llvm-svn: 206900
This commit is contained in:
Tobias Grosser 2014-04-22 15:30:43 +00:00
parent 7834001496
commit 0d11dbabc4
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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::