Where is LDSA created?

Denis Feklushkin feklushkin.denis at gmail.com
Sat Jul 18 21:37:00 UTC 2020


On Saturday, 18 July 2020 at 21:27:42 UTC, David Nadlinger wrote:
> On 18 Jul 2020, at 22:17, Denis Feklushkin via 
> digitalmars-d-ldc wrote:
>> I cant check this because I still not found where is it shoud 
>> begenerated for ARM EHABI.
>> I mean this D-specific information
>
> It's generated by LLVM, and not really language-specific.

scanLSDA description contains this text:

  * The dmd Call Site Table is structurally different from other 
implementations. It
  * is organized as nested ranges, and one ip can map to multiple 
ranges. The most
  * nested candidate is selected when searched. Other 
implementations have one candidate
  * per ip.

Is this erroneous comment?


> LDSA contains the information about the different catch/cleanup 
> clauses.

Yes, but for unknown reason not in my case.



More information about the digitalmars-d-ldc mailing list