summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-02-18 04:43:02 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-02-18 04:43:02 +0000
commit2155d459a7de626bb77849e5956ef2363d7d4a87 (patch)
treeb0659bdb76efe558b1dbdceaff2d5f3eda2f2ee5 /test/Makefile
parentadb561d4e0a37c21159405dde90d2ef2d1a5eef9 (diff)
downloadllvm-2155d459a7de626bb77849e5956ef2363d7d4a87.tar.gz
llvm-2155d459a7de626bb77849e5956ef2363d7d4a87.tar.bz2
llvm-2155d459a7de626bb77849e5956ef2363d7d4a87.tar.xz
Roll back the shared library, r96559. It broke two darwins and arm, mysteriously.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 5554053e9a..e7776f8459 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -200,6 +200,4 @@ 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 > $@