[PATCH] D54860: [llvm-dwarfdump] - Dump the older versions of .eh_frame/.debug_frame correctly.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 23 06:24:42 PST 2018


grimar added a comment.

btw, I am not sure why do we still emit .eh_frame of version 1 in lib/MC.
For example, LLD supports versions 1 and 3 from the beginning I think, and it seems we could switch to 3.

Though at the same time I do not know if this "Return address register" can be > 7 bits,
so I guess having it as the ubyte is perhaps fine and then it is ok to have .eh_frame of version 1.


https://reviews.llvm.org/D54860





More information about the llvm-commits mailing list