On 9/15/2021 1:28 PM, Iain Sandoe wrote:
Hi folks,
On 27 Aug 2021, at 14:00, Iain Sandoe wrote:
+Jeff
(it’s probably borderline obvious - but in the top level Makefile .. so)
OK. Sorry I didn't look at it before. I largely ignore things like JIT
these days.
Jeff
Hi folks,
> On 27 Aug 2021, at 14:00, Iain Sandoe wrote:
>
> +Jeff
>
> (it’s probably borderline obvious - but in the top level Makefile .. so)
>
>> On 17 Aug 2021, at 21:53, David Malcolm wrote:
>>
>> On Tue, 2021-08-17 at 19:59 +0100, Iain Sandoe wrote:
>>> Hi,
>>>
>>> For those of us who
+Jeff
(it’s probably borderline obvious - but in the top level Makefile .. so)
> On 17 Aug 2021, at 21:53, David Malcolm wrote:
>
> On Tue, 2021-08-17 at 19:59 +0100, Iain Sandoe wrote:
>> Hi,
>>
>> For those of us who habitually build Ada, it’s convenient to
>> have a way of running individu
On Tue, 2021-08-17 at 19:59 +0100, Iain Sandoe wrote:
> Hi,
>
> For those of us who habitually build Ada, it’s convenient to
> have a way of running individual test suites without invoking
> the acats tests…
>
> being able to do “make check-gcc-jit” from the top level is very
> useful when debug
Hi,
For those of us who habitually build Ada, it’s convenient to
have a way of running individual test suites without invoking
the acats tests…
being able to do “make check-gcc-jit” from the top level is very
useful when debugging jit testsuite issues.
one can do "cd gcc ; make check-jit "- but