On 25/11/2023 13:34, Kieran via fpc-devel wrote:
Thanks Jonas, I was mistakenly invoking my non-LLVM compiler.
Fix pushed.
Jonas
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-dev
Thanks Jonas, I was mistakenly invoking my non-LLVM compiler.
On Sat, 25 Nov 2023 at 12:08, Jonas Maebe via fpc-devel <
fpc-devel@lists.freepascal.org> wrote:
> On 25/11/2023 12:48, Kieran via fpc-devel wrote:
> > I'm trying to reproduce a minimal viable demo of a problem compiling
> > code using
On 25/11/2023 12:48, Kieran via fpc-devel wrote:
I'm trying to reproduce a minimal viable demo of a problem compiling
code using the LLVM backend that has an interface with a parameter
that is a nested procedure variable, but I'm not having any luck. I've
noticed the difference between my test
Hi,
I'm trying to reproduce a minimal viable demo of a problem compiling code
using the LLVM backend that has an interface with a parameter that is a
nested procedure variable, but I'm not having any luck. I've noticed the
difference between my test programs and the large project where I'm seeing