This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Also disable de-registration of EHFrames in IRExecutionUnit
ClosedPublic

Authored by teemperor on Nov 1 2019, 7:05 AM.

Details

Summary

We disabled registration by providing an empty registerEHFrames, so we should also provide an empty deregisterEHFrames
in case that function relies on registerEHFrames being called before. Currently deregisterEHFrames is a no-op anyway
as it just iterates over the (empty( list of registered EHFrames and then clear the empty list.

Diff Detail

Event Timeline

teemperor created this revision.Nov 1 2019, 7:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2019, 7:05 AM
JDevlieghere accepted this revision.Nov 1 2019, 9:47 AM
This revision is now accepted and ready to land.Nov 1 2019, 9:47 AM
This revision was automatically updated to reflect the committed changes.