[PATCH] D80382: [MC] Implement generating 64-bit debug info.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 2 12:05:21 PDT 2020


dblaikie added a comment.

I know this wouldn't be DWARF compliant - but could you separate this into one patch per section. (the first patch could add a test case & just check the debug_abbrev section has correct DWARF64, the next one testing the debug_info, etc. (that is assuming llvm-dwarfdump can handle mixid DWARF32/DWARF64 sections) - it'd be easier to validate all the changes to each sections emission are being tested appropriately that way


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80382/new/

https://reviews.llvm.org/D80382





More information about the llvm-commits mailing list