[PATCH] D32968: Add dyld to sanitizer procmaps on darwin
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 10 10:03:39 PDT 2017
alekseyshl added a comment.
In https://reviews.llvm.org/D32968#751141, @fjricci wrote:
> 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.
Right... I'd still keep the current code structure though, replace local static header var with static global, that's it.
Repository:
rL LLVM
https://reviews.llvm.org/D32968
More information about the llvm-commits
mailing list