llvm-project
52b5e363 - [ORC] Fix eh-frame record target finding in MachOPlatform.

Commit
239 days ago
[ORC] Fix eh-frame record target finding in MachOPlatform. Unwind-info records only have one keep-alive edge to their target function, but eh-frame records may have multiple edges (to the CIE, function, personality, and lsda). We need to identify the target-function edge differently for each section type.
Author
Committer
Parents
Loading