[PATCH] D77359: [libunwind] --draft-- add hexagon support

Brian Cain via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 14:10:47 PDT 2020


bcain marked an inline comment as done.
bcain added inline comments.


================
Comment at: libunwind/src/AddressSpace.hpp:310
 
+  if (encoding == DW_EH_PE_omit)
+    return reinterpret_cast<pint_t>(nullptr);
----------------
mstorsjo wrote:
> I'm not familiar with this aspect of dwarf - but this seems to be a change that isn't within arch specific ifdefs, contrary to the rest of the patch. I'd like an explicit clarification of that aspect (in e.g. the commit message/description).
> I'm not familiar with this aspect of dwarf - but this seems to be a change that isn't within arch specific ifdefs, contrary to the rest of the patch. I'd like an explicit clarification of that aspect (in e.g. the commit message/description).

Yeah, that's fair.  It may have been a bit premature for me to post this patch at all, so apologies for the distraction.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77359





More information about the llvm-commits mailing list