[all-commits] [llvm/llvm-project] b8b8aa: [Support] Implement findModulesAndOffsets on Apple...
Luís Marques via All-commits
all-commits at lists.llvm.org
Thu Mar 2 02:59:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8b8aa6f06458212193c4202291c9f68364b2025
https://github.com/llvm/llvm-project/commit/b8b8aa6f06458212193c4202291c9f68364b2025
Author: Luís Marques <luismarques at lowrisc.org>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M llvm/lib/Support/Unix/Signals.inc
Log Message:
-----------
[Support] Implement findModulesAndOffsets on Apple 64-bit platforms
To have line number information in stack traces (per stack frame) it's
necessary to implement findModulesAndOffsets.
Differential Revision: https://reviews.llvm.org/D142282
More information about the All-commits
mailing list