OSDN Git Service

Import lit.llvm after rL341135
authorFangrui Song <maskray@google.com>
Fri, 31 Aug 2018 00:22:20 +0000 (00:22 +0000)
committerFangrui Song <maskray@google.com>
Fri, 31 Aug 2018 00:22:20 +0000 (00:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341149 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.site.cfg.py.in

index a74ead8..496cdd9 100644 (file)
@@ -54,7 +54,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.