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