[PATCH] D117341: [BOLT][DWARF] Reduce overhead for sized dealloc

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 14:36:15 PST 2022


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

There's a clang-format issue and a nit. Otherwise LGTM.



================
Comment at: bolt/include/bolt/Core/DebugData.h:663
+        llvm_unreachable(
+            "Not all delete instances handled for Patch dervied classes");
+      case DebugPatchKind::PatchValue32:
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117341



More information about the llvm-commits mailing list