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

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 12:31:41 PST 2023


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/lib/Support/Unix/Signals.inc:511-512
 #else
-/// This platform does not have dl_iterate_phdr, so we do not yet know how to
-/// find all loaded DSOs.
 static bool findModulesAndOffsets(void **StackTrace, int Depth,
----------------
This comment was wrong: the fallback definition was also provided when backtraces are not requested.


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