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

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 29 09:23:58 PST 2023


luismarques added a comment.

In D142282#4081511 <https://reviews.llvm.org/D142282#4081511>, @mehdi_amini wrote:

> Is this something we can test for?

It seems it is.

I'll submit a separate patch to add a unit test for symbolized stack traces. To enable that new test for Darwin/macOS will require both this patch and D142283 <https://reviews.llvm.org/D142283> (or another alternative), so this patch can't be tested in isolation.


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