[PATCH] D73990: [Sanitizers] Get link map on FreeBSD via documented API

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 06:17:51 PST 2020


dim added a comment.

Btw, note that according to the Linux dlinfo() manpage, it also has RTLD_DI_LINKMAP as a documented way to get at the link map.  Maybe we should generalize this in a follow-up review?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73990/new/

https://reviews.llvm.org/D73990





More information about the llvm-commits mailing list