[PATCH] D109944: [lld-macho] Associate compact unwind entries with function symbols

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 12:04:38 PDT 2021


oontvoo added inline comments.


================
Comment at: lld/MachO/InputSection.cpp:119
+    if ((*it)->value == v)
+      (*it)->compactUnwind = nullptr;
+    else
----------------
do you want to assert the two `compactUnwind`'s are actually the same first?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109944



More information about the llvm-commits mailing list