summaryrefslogtreecommitdiff
path: root/test/Unit/lit.site.cfg.in
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-02-25 06:34:33 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-02-25 06:34:33 +0000
commitc90171961d020d93e4ce548016d8ccb8aab00c57 (patch)
tree639ac8f1a8273a2563895bed7d55bd60fbff5f46 /test/Unit/lit.site.cfg.in
parente6ba0b576231ad3af599d1985dad370e59d954f9 (diff)
downloadllvm-c90171961d020d93e4ce548016d8ccb8aab00c57.tar.gz
llvm-c90171961d020d93e4ce548016d8ccb8aab00c57.tar.bz2
llvm-c90171961d020d93e4ce548016d8ccb8aab00c57.tar.xz
Try r96559 for the third time. This time the shared library is only built if
--enable-shared is passed to configure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97119 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Unit/lit.site.cfg.in')
-rw-r--r--test/Unit/lit.site.cfg.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/lit.site.cfg.in b/test/Unit/lit.site.cfg.in
index c190ffa68e..51b5bc416f 100644
--- a/test/Unit/lit.site.cfg.in
+++ b/test/Unit/lit.site.cfg.in
@@ -5,6 +5,8 @@ config.llvm_obj_root = "@LLVM_BINARY_DIR@"
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
config.llvmgcc_dir = "@LLVMGCCDIR@"
config.llvm_build_mode = "@LLVM_BUILD_MODE@"
+config.enable_shared = @ENABLE_SHARED@
+config.shlibpath_var = "@SHLIBPATH_VAR@"
# Let the main config do the real work.
lit.load_config(config, "@LLVM_SOURCE_DIR@/test/Unit/lit.cfg")