Where is LDSA created?
    David Nadlinger 
    code at klickverbot.at
       
    Sat Jul 18 22:26:38 UTC 2020
    
    
  
On 18 Jul 2020, at 22:49, Denis Feklushkin via digitalmars-d-ldc wrote:
> Ah, probably, understand: LSDA is just bad name for this thing
>
> Please tell me ways to debug lsda generation in ldc/llvm?
> How to understand why zero is wrotten into TType?
Either llvm-readelf or llvm-objdump decodes the LSDA, I think.
I'd really suggest compiling your application for ARM/Linux first and 
verifying whether things work there, though. They likely will, and 
you'll at least have a basis for comparison.
  — David
    
    
More information about the digitalmars-d-ldc
mailing list