[PATCH] D132059: [BOLT][DWARF] Handle zero size DW_TAG_inlined_subroutine

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 15:48:46 PDT 2022


rafauler added inline comments.


================
Comment at: bolt/test/X86/dwarf4-size-0-inlined_subroutine.s:17
+
+# Modified assembly manually to set DW_AT_high_pc to 0.
+# static int helper(int i) {
----------------
If this was manually modified, in these cases it would be helpful to have an extra comment in the modified line, such as "# The following line was manually modified", so it is extra clear


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132059



More information about the llvm-commits mailing list