This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Scan .eh_frame sections to prepare a dependency tree before traversing alive sections in markLive().
Needs ReviewPublic

Authored by ikudrin on Sep 29 2017, 1:29 AM.

Details

Reviewers
ruiu
Summary

This patch is only intended to check the approach suggested in https://reviews.llvm.org/D37626#882892. It is not well polished.

Diff Detail

Repository
rL LLVM