aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-02-23 18:10:07 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-02-23 18:10:07 +0000
commit42d27c79fbf5aa38229ab7f08658beea825be8e1 (patch)
tree3c6c8f110eb785834997bfe59326bc8022f68dfd /test/Makefile
parent923912cedf4cb6a97dc2bdde78b3bfdc9e0c2212 (diff)
downloadexternal_llvm-42d27c79fbf5aa38229ab7f08658beea825be8e1.zip
external_llvm-42d27c79fbf5aa38229ab7f08658beea825be8e1.tar.gz
external_llvm-42d27c79fbf5aa38229ab7f08658beea825be8e1.tar.bz2
Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of
the examples shared to make sure the shared library keeps working. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 1ae54f4..3750fdb 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -198,4 +198,6 @@ Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
-e "s#@LLVM_TOOLS_DIR@#$(ToolDir)#g" \
-e "s#@LLVMGCCDIR@#$(LLVMGCCDIR)#g" \
-e "s#@LLVM_BUILD_MODE@#$(BuildMode)#g" \
+ -e "s#@ENABLE_SHARED@#$(ENABLE_SHARED)#g" \
+ -e "s#@SHLIBPATH_VAR@#$(SHLIBPATH_VAR)#g" \
$(PROJ_SRC_DIR)/Unit/lit.site.cfg.in > $@