[PATCH] D93267: [lld-macho] Handle overflow beyond the 127 common encodings limit

Greg McGary via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 23:33:01 PST 2020


gkm updated this revision to Diff 312920.
gkm marked 2 inline comments as done.
gkm added a comment.

- rewrite encoding-index maps to use `.find()` rather than `.lookup()` so we can remove the crufty `size_tx`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93267

Files:
  lld/MachO/UnwindInfoSection.cpp
  lld/MachO/UnwindInfoSection.h
  lld/test/MachO/tools/generate-cfi-funcs.py
  lld/test/MachO/tools/validate-unwind-info.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93267.312920.patch
Type: text/x-patch
Size: 18216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201219/5630e9d4/attachment.bin>


More information about the llvm-commits mailing list