[llvm-commits] [polly] r153642 - /polly/trunk/test/Makefile

Hongbin Zheng etherzhhb at gmail.com
Thu Mar 29 05:36:52 PDT 2012


Author: ether
Date: Thu Mar 29 07:36:52 2012
New Revision: 153642

URL: http://llvm.org/viewvc/llvm-project?rev=153642&view=rev
Log:
Regession testing: Substitut POLLY_LIB_DIR, which is introduced by commit
  r152924, by $(LibDir). Because we assume polly built by autoconf is always
  in llvm tree.

Modified:
    polly/trunk/test/Makefile

Modified: polly/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Makefile?rev=153642&r1=153641&r2=153642&view=diff
==============================================================================
--- polly/trunk/test/Makefile (original)
+++ polly/trunk/test/Makefile Thu Mar 29 07:36:52 2012
@@ -48,6 +48,7 @@
 	     -e "s#@POLLY_BINARY_DIR@#$(PROJ_OBJ_DIR)/..#g" \
 	     -e "s#@TARGET_TRIPLE@#$(TARGET_TRIPLE)#g" \
 	     -e "s#@LLVM_SHLIBEXT@#$(SHLIBEXT)#g" \
+             -e "s#@POLLY_LIB_DIR@#$(LibDir)#g" \
 	     $(PROJ_SRC_DIR)/lit.site.cfg.in > $@
 
 clean::





More information about the llvm-commits mailing list