summaryrefslogtreecommitdiff
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-11-03 00:22:03 +0000
committerReid Kleckner <rnk@google.com>2018-11-03 00:22:03 +0000
commit1f7bbf4c710f417c920b48d6a02ba2c01e6d1644 (patch)
treec7a10f462321ee01dbc5493a84993f6d8e82a8ab /debuginfo-tests
parent19cf01a989ab45fd25cd23688b70d08444fa0cc2 (diff)
Update debuginfo tests lit for r341135
Diffstat (limited to 'debuginfo-tests')
-rw-r--r--debuginfo-tests/lit.site.cfg.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/debuginfo-tests/lit.site.cfg.py.in b/debuginfo-tests/lit.site.cfg.py.in
index 8c4481a9f94..09ae4a1da77 100644
--- a/debuginfo-tests/lit.site.cfg.py.in
+++ b/debuginfo-tests/lit.site.cfg.py.in
@@ -19,7 +19,8 @@ config.host_arch = "@HOST_ARCH@"
config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
-@LIT_SITE_CFG_IN_FOOTER@
+import lit.llvm
+lit.llvm.initialize(lit_config, config)
# Let the main config do the real work.
lit_config.load_config(config, "@DEBUGINFO_TESTS_SOURCE_DIR@/lit.cfg.py")