This is an archive of the discontinued LLVM Phabricator instance.

Make EHFrames available to sub-classes of RTDyldMemoryManager.
ClosedPublic

Authored by marsupial on Jul 6 2017, 9:06 PM.

Details

Summary

This information can be useful; and in the case of Win64, necessary for getting exceptions to work in the JIT.

Diff Detail

Repository
rL LLVM