[PATCH] D121876: [BOLT][DWARF] Implementation of monolithic DWARF5.
    Alexander Yermolovich via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Apr  5 17:16:25 PDT 2022
    
    
  
ayermolo marked 25 inline comments as done.
ayermolo added inline comments.
================
Comment at: bolt/include/bolt/Core/DebugData.h:231
+  /// body.
+  uint32_t CurrentOffset{0};
+  /// Contains relative offset of each range list entry.
----------------
maksfb wrote:
> Is `uint32_t` enough to support DWARF-64 in the future?
no, but then rest of the code either.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121876/new/
https://reviews.llvm.org/D121876
    
    
More information about the llvm-commits
mailing list