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
This commit is contained in:
Hongbin Zheng 2012-03-29 12:36:52 +00:00
parent c6eb6a8287
commit 689e84fcec
1 changed files with 1 additions and 0 deletions

View File

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