aboutsummaryrefslogtreecommitdiff
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-11-06 21:54:27 +0000
committerReid Kleckner <rnk@google.com>2018-11-06 21:54:27 +0000
commitc3ad28d5e81ae9be0bf18b5c31065777dc2af66f (patch)
tree00bb00e88db6b5ece9c6893dd926814e9b2bc97a /debuginfo-tests
parent34e6f0b872200dc6898c94ccbda2a086b1ff3abe (diff)
Set config.lit_tools_dir, which is needed by lit.llvm.initialize.
llvm-svn: 346271
Diffstat (limited to 'debuginfo-tests')
-rw-r--r--debuginfo-tests/lit.site.cfg.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/debuginfo-tests/lit.site.cfg.py.in b/debuginfo-tests/lit.site.cfg.py.in
index 09ae4a1da779..70169ddb1d7e 100644
--- a/debuginfo-tests/lit.site.cfg.py.in
+++ b/debuginfo-tests/lit.site.cfg.py.in
@@ -9,6 +9,7 @@ config.llvm_obj_root = "@LLVM_BINARY_DIR@"
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
config.llvm_shlib_dir = "@SHLIBDIR@"
+config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
config.llvm_plugin_ext = "@LLVM_PLUGIN_EXT@"
config.debuginfo_tests_obj_root = "@DEBUGINFO_TESTS_BINARY_DIR@"
config.debuginfo_tests_src_root = "@DEBUGINFO_TESTS_SOURCE_DIR@"