From 07435010770ba7456890b77270932b494c926dbc Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 31 Aug 2018 00:24:36 +0000 Subject: [PATCH] Import lit.llvm after rC341132 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341151 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.site.cfg.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lit.site.cfg.py.in b/test/lit.site.cfg.py.in index 405367e40c..fd89fd13a6 100644 --- a/test/lit.site.cfg.py.in +++ b/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.