[PATCH] D142282: [Support] Implement findModulesAndOffsets on Apple 64-bit platforms
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 11:24:10 PST 2023
luismarques added a comment.
Yes, this can land independently of the other work. Since D144839 <https://reviews.llvm.org/D144839> was abandoned I'll update and land this.
I'll also work on the unit test and llvm-symbolizer improvement, I've just been busy with childcare and other work.
================
Comment at: llvm/lib/Support/Unix/Signals.inc:546
+ }
+ }
+ return true;
----------------
mehdi_amini wrote:
> The variable style isn't LLVM right now it seems, can you fix it?
>
I'll fix the style before landing it.
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