summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/test/lit.site.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/lit.site.cfg.in b/clang-tools-extra/test/lit.site.cfg.in
index bea2dbfb168..bf33b1513ec 100644
--- a/clang-tools-extra/test/lit.site.cfg.in
+++ b/clang-tools-extra/test/lit.site.cfg.in
@@ -23,7 +23,7 @@ except KeyError:
key, = e.args
lit_config.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key,key))
-import lit
+import lit.llvm
lit.llvm.initialize(lit_config, config)
# Let the main config do the real work.
OpenPOWER on IntegriCloud