summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongbin Zheng <etherzhhb@gmail.com>2012-03-29 12:36:52 +0000
committerHongbin Zheng <etherzhhb@gmail.com>2012-03-29 12:36:52 +0000
commit689e84fcecd795cfa38ef0568c76ebaf753405aa (patch)
tree2d24c6ff69e1a8936a427488602a43c267806007
parentc6eb6a82877987fb8e72c06f1916371f341bac4f (diff)
downloadbcm5719-llvm-689e84fcecd795cfa38ef0568c76ebaf753405aa.tar.gz
bcm5719-llvm-689e84fcecd795cfa38ef0568c76ebaf753405aa.zip
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. llvm-svn: 153642
-rwxr-xr-xpolly/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/test/Makefile b/polly/test/Makefile
index cca0c8b3d68..24b7338e3cd 100755
--- a/polly/test/Makefile
+++ b/polly/test/Makefile
@@ -48,6 +48,7 @@ lit.site.cfg: FORCE
-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::
OpenPOWER on IntegriCloud