aboutsummaryrefslogtreecommitdiffstats
path: root/test/Unit/lit.site.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/lit.site.cfg.in')
-rw-r--r--test/Unit/lit.site.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Unit/lit.site.cfg.in b/test/Unit/lit.site.cfg.in
index 75932a4..9643507 100644
--- a/test/Unit/lit.site.cfg.in
+++ b/test/Unit/lit.site.cfg.in
@@ -6,6 +6,7 @@ config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
config.llvmgcc_dir = "@LLVMGCCDIR@"
config.llvm_build_mode = "@LLVM_BUILD_MODE@"
config.enable_shared = @ENABLE_SHARED@
+config.shlibdir = "@SHLIBDIR@"
config.shlibpath_var = "@SHLIBPATH_VAR@"
# Support substitution of the tools_dir and build_mode with user parameters.