Where is LDSA created?

Denis Feklushkin feklushkin.denis at gmail.com
Thu Jul 2 11:29:45 UTC 2020


On Thursday, 2 July 2020 at 10:36:58 UTC, Johan wrote:

> The exception tables are generated by LLVM (it is safe to 
> assume that everything that is done by 
> `dmd/src/dmd/backend/...` is done by LLVM for LDC).

LSDA is about language-specific data. It is generated by LLVM too?
You mean that LLVM calls some callback to druntime for LSDA 
creation?

grep isn't displays anything related to LSDA creation in ldc 
sources. Only druntime's scanLSDA.



More information about the digitalmars-d-ldc mailing list