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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo