<div dir="ltr"><div>Thanks Jonas, I was mistakenly invoking my non-LLVM compiler.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 25 Nov 2023 at 12:08, Jonas Maebe via fpc-devel <<a href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 25/11/2023 12:48, Kieran via fpc-devel wrote:<br>
> I'm trying to reproduce a minimal viable demo of a problem compiling <br>
> code using the LLVM backend that has an interface with a parameter <br>
> that is a nested procedure variable, but I'm not having any luck. I've <br>
> noticed the difference between my test programs and the large project <br>
> where I'm seeing the issue reliably is that when compiling the larger <br>
> project, the line "Parsing internally generated code" (I think that's <br>
> error string 3319/"Parsen intern erzeugten") gets output with what looks <br>
> like interface method shims for an object -- methods prefixed "WRPR_".<br>
> <br>
> I can't get my test programs to do the same even when trying the same <br>
> compiler arguments and directives<br>
<br>
That should happen whenever you implement an interface method in a class.<br>
<br>
I can reproduce the issue with the program in attachment.<br>
<br>
<br>
Jonas_______________________________________________<br>
fpc-devel maillist - <a href="mailto:fpc-devel@lists.freepascal.org" target="_blank">fpc-devel@lists.freepascal.org</a><br>
<a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel" rel="noreferrer" target="_blank">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel</a><br>
</blockquote></div>