[PATCH] D151348: [DWARFLinker] Set size of location expression of DW_FORM_block1 properly.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 16:39:27 PDT 2023


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/lib/DWARFLinker/DWARFLinker.cpp:1313-1315
+    // Expression location data might be updated so that it may become longer.
+    // Original form may be insufficient to keep new data. Check whether new
+    // size fits into the original form
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151348



More information about the llvm-commits mailing list