[PATCH] D58335: [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
James Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 18 11:06:44 PST 2019
jrtc27 added a comment.
Perhaps we should keep `getKindForSize` as being in bytes, and add a new `getKindForSizeInBits`? This would reduce the diff, but more importantly ensures that downstream forks don't silently break until runtime due to the changed semantics of `getKindForSize` despite having the same type as before.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58335/new/
https://reviews.llvm.org/D58335
More information about the llvm-commits
mailing list