[PATCH] D37852: [dwarfdump] Make .eh_frame a first class citizen
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 14 13:33:27 PDT 2017
probinson added a comment.
My impression is that .eh_frame and .debug_frame are interchangeable and in fact you get only one or the other in any given compilation. So, if you ask for .debug_frame and the object has .eh_frame, I think we should still dump it; and vice versa.
Repository:
rL LLVM
https://reviews.llvm.org/D37852
More information about the llvm-commits
mailing list