[PATCH] D142282: [Support] Implement findModulesAndOffsets on Apple 64-bit platforms

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 14:12:33 PST 2023


dblaikie added a comment.

I have some reservations about this, given the reservations about https://reviews.llvm.org/D142283 - but I guess this part of the work's relatively neutral, even if a more robust implementation of debug-info finding for MachO is implemented rather than the dsym hints direction.

Though some of the discussion there sounds like the more robust direction might be too much work/invasive/not very standalone, and maybe folks would be better off using the apple tool atos insetad?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142282



More information about the llvm-commits mailing list