For exception handling, LSDA call sites have to be emitted for each
fragment individually. With this patch, call sites and respective LSDA
symbols are generated and associated with each fragment of their
function, such that they can be used by the emitter.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Why not using llvm::less_first here and below?