From 0f0f8aa2e12cb7fd62f546c537858d3409b6ff2b Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 31 Aug 2018 00:23:09 +0000 Subject: [PATCH] Import lit.llvm after rLLD341134 llvm-svn: 341150 --- lld/test/lit.site.cfg.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/lit.site.cfg.py.in b/lld/test/lit.site.cfg.py.in index c5fc695..7475ac7 100644 --- a/lld/test/lit.site.cfg.py.in +++ b/lld/test/lit.site.cfg.py.in @@ -25,7 +25,7 @@ except KeyError as e: 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. -- 2.7.4