diff options
author | Fangrui Song <maskray@google.com> | 2018-08-31 00:24:36 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2018-08-31 00:24:36 +0000 |
commit | a4db70f9457ce86a138e05ee0f49f9baf2c8e204 (patch) | |
tree | 8bd7f92adc6916b7f777a1ec5f396def401cb900 | |
parent | 0f0f8aa2e12cb7fd62f546c537858d3409b6ff2b (diff) | |
download | bcm5719-llvm-a4db70f9457ce86a138e05ee0f49f9baf2c8e204.tar.gz bcm5719-llvm-a4db70f9457ce86a138e05ee0f49f9baf2c8e204.zip |
Import lit.llvm after rC341132
llvm-svn: 341151
-rw-r--r-- | clang/test/lit.site.cfg.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/lit.site.cfg.py.in b/clang/test/lit.site.cfg.py.in index 405367e40c8..fd89fd13a69 100644 --- a/clang/test/lit.site.cfg.py.in +++ b/clang/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. |