[PATCH] D151906: [BOLT][DWARF] Fix new debug re-writer

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 10:46:46 PDT 2023


maksfb added inline comments.


================
Comment at: bolt/include/bolt/Core/DIEBuilder.h:57
+  /// Contains information for the CU level of DWARF.
+  struct UnitInfo {
+    // Contains all the DIEs for the current unit.
----------------
I think it's better to stick to the common nomenclature and use CU/CompilationUnit for the name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151906



More information about the llvm-commits mailing list