[all-commits] [llvm/llvm-project] c111fe: [Support] Implement findModulesAndOffsets on Apple...
Luís Marques via All-commits
all-commits at lists.llvm.org
Sun Mar 5 04:21:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c111fe46a1af64694e5687e6e5bfaf51085ed471
https://github.com/llvm/llvm-project/commit/c111fe46a1af64694e5687e6e5bfaf51085ed471
Author: Luís Marques <luismarques at lowrisc.org>
Date: 2023-03-05 (Sun, 05 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