Displaying 2 results from an estimated 2 matches for "d37756".
2017 Sep 13
2
PSA: Potential lit workflow change
Hi all, I've got https://reviews.llvm.org/D37756 up for review currently
which simplifies a lot of the logic in our lit config files.
For most people, this will be completely transparent and "just work", but
it breaks one workflow that people should be aware of.
Problem: If you run lit by putting llvm-config in your path and then
runn...
2017 Sep 13
2
PSA: Potential lit workflow change
...ready built llvm-config and the relevant test dependencies (FileCheck,
> opt, etc), I can run llvm-lit on a single test.
>
>
> On Sep 13, 2017, at 9:19 AM, Zachary Turner via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> Hi all, I've got https://reviews.llvm.org/D37756 up for review currently
> which simplifies a lot of the logic in our lit config files.
>
> For most people, this will be completely transparent and "just work", but
> it breaks one workflow that people should be aware of.
>
> Problem: If you run lit by putting llvm-confi...