[PATCH] D143073: [DebugInfo] Handle fixed-width DW_FORM_addrx variants in DWARFFormValue::getAsSectionedAddress()

Benjamin Maxwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 02:00:06 PST 2023


benmxwl-arm added a comment.

Some tests call into this function, but I don't see any ones that are (directly) testing the indexed variants. I might have missed something though.
Maybe it'd be possible to write a new test case for  `DWARFDebugInfoTest.cpp`?

Also, I think it would be easy enough to make `dump()` call this method to get the address.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143073



More information about the llvm-commits mailing list