forked from OSchip/llvm-project
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:
parent
7834001496
commit
0d11dbabc4
|
@ -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
|
||||
|
|
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue