Displaying 2 results from an estimated 2 matches for "d44598".
Did you mean:
c44598
2018 Apr 02
2
[RFC] [lit] Report line numbers for failed RUN commands
...#39;s test/Driver/arm-cortex-cpus.c has 424 RUN lines after
concatenation for line continuations
To address this issue, I wrote the following patch to introduce RUN source
line numbers into lit's -vv output (or -v for the internal shell), but the
patch needs a review:
https://reviews.llvm.org/D44598
I've been using this patch for a couple of weeks, and it's a big
improvement for me. If there's some existing feature that people already
use to handle this issue, please let me know so I can improve my usage of
lit.
Thanks.
Joel
-------------- next part --------------
An HTML attach...
2018 Apr 02
0
[RFC] [lit] Report line numbers for failed RUN commands
...m-cortex-cpus.c has 424 RUN lines after concatenation for line continuations
>
> To address this issue, I wrote the following patch to introduce RUN source line numbers into lit's -vv output (or -v for the internal shell), but the patch needs a review:
>
> https://reviews.llvm.org/D44598 <https://reviews.llvm.org/D44598>I've been using this patch for a couple of weeks, and it's a big improvement for me. If there's some existing feature that people already use to handle this issue, please let me know so I can improve my usage of lit.
>
> Thanks.
>
>...