[PATCH] D130940: [lld-macho] Don't crash upon seeing uleb128 ptr encoding while parsing CIE.

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 15:23:05 PDT 2022


int3 added a comment.

Why not parse the pointer instead of ignoring it?

(I assume you're putting this diff up because libffi also uses `DW_EH_PE_uleb128`?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130940



More information about the llvm-commits mailing list