mirror of https://github.com/microsoft/clang.git
Import lit.llvm after rC341132
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341151 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cfc1004a85
commit
0743501077
|
@ -40,7 +40,7 @@ except KeyError:
|
||||||
key, = e.args
|
key, = e.args
|
||||||
lit_config.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key,key))
|
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)
|
lit.llvm.initialize(lit_config, config)
|
||||||
|
|
||||||
# Let the main config do the real work.
|
# Let the main config do the real work.
|
||||||
|
|
Loading…
Reference in New Issue