[PATCH] D32968: Add dyld to sanitizer procmaps on darwin

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 09:48:36 PDT 2017


fjricci reopened this revision.
fjricci added a comment.
This revision is now accepted and ready to land.

Looks like we can't use the wrapper function for the static variable, because we don't always have access to the __cxa_guard functions. I reverted the commit for now, but I think the solution is to move the cached dyld header back to a static global var.


Repository:
  rL LLVM

https://reviews.llvm.org/D32968





More information about the llvm-commits mailing list