<div dir="ltr">Hi all, I've got <a href="https://reviews.llvm.org/D37756">https://reviews.llvm.org/D37756</a> up for review currently which simplifies a lot of the logic in our lit config files.<div><br></div><div>For most people, this will be completely transparent and "just work", but it breaks one workflow that people should be aware of.</div><div><br></div><div>Problem: If you run lit by putting llvm-config in your path and then running <source-root>/utils/lit/lit.py <source-root>/<path-to-test-file> then this is not going to work anymore.</div><div><br></div><div>Luckily, there's an easy fix:</div><div><br></div><div>Solution: Run <output-tree>/bin/llvm-lit.py <source-root>/<path-to-test-file></div><div><br></div><div>Happy to answer any questions here or on the code review.</div></div>