Import lit.llvm after rL341130

llvm-svn: 341152
This commit is contained in:
Fangrui Song 2018-08-31 00:26:46 +00:00
parent a4db70f945
commit 8810f3319c
1 changed files with 1 additions and 1 deletions

View File

@ -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.