summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/lit.site.cfg.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/lit.site.cfg.py.in b/clang/test/lit.site.cfg.py.in
index 405367e40c8..fd89fd13a69 100644
--- a/clang/test/lit.site.cfg.py.in
+++ b/clang/test/lit.site.cfg.py.in
@@ -40,7 +40,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