<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 13, 2016 at 6:59 PM, Reid Kleckner <span dir="ltr"><<a href="mailto:rnk@google.com" target="_blank">rnk@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class=""><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 13, 2016 at 1:00 AM, Johan Engelen 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><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>
</blockquote></div><br></div></span><div class="gmail_extra">I hope it doesn't contain 'not', that executable name is a little too generic to install into /usr/bin. </div></div></blockquote><div><br></div><div>Maybe :)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">We could probably distribute FileCheck, though. I doubt we'll see name collisions, and other projects seem to find it useful.</div></div>
</blockquote></div><br></div><div class="gmail_extra">That would be nice for LDC. The "not" source code is compatible with LLVM 3.5-3.9 at least, so we only need one not.cpp file. For FileCheck we need a version for each LLVM version we support (3.5-3.9).</div><div class="gmail_extra"><br></div></div>