[PATCH] D58335: [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 22:17:36 PST 2019
HsiangKai marked an inline comment as done.
HsiangKai added inline comments.
================
Comment at: include/llvm/MC/MCFixup.h:162
case FK_Data_8: return FK_Data_Add_8;
+ case FK_Data_6b:
+ return FK_Data_Add_6b;
----------------
jrtc27 wrote:
> Keep this on one line like the surroundings?
Formatted by clang-format. However, I agree with you. It should be kept the same format as previous lines.
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