<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 13, 2016 at 2:09 AM, Amaury SECHET via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>I'd like to shime in here. These apt repository used to contain packages named llvm-3.8-tools containing, amongst other things, the lit python library used to test llvm. It seems that it went away recently and I have travis build failing because of this.<br><br></div>What is going here ? It that just a mistake ? Is there something I can do to help get this package back ?</div></blockquote><div><br></div><div>To get Lit on Travis, we do</div><div>install:</div><div>  - pip install --user lit<br></div><div>  - python -c "import lit; lit.main();" --version | head -n 1</div><div><br></div><div>Did the tools package contain "not" and "FileCheck"? (We currently have to carry copies of them in our own source tree.) </div></div></div></div>