[PATCH] D81149: [MC] Generate .debug_frame in the 64-bit DWARF format [7/7]
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 4 11:37:28 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/lib/MC/MCDwarf.cpp:1621
+ if (IsDwarf64)
+ // DWARF64 mark
+ Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64);
----------------
Your other patches don't seem to mention `DWARF64 mark`. You may drop a comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81149/new/
https://reviews.llvm.org/D81149
More information about the llvm-commits
mailing list