[PATCH] D32589: [sanitizer] Intercept mcheck and mprobe on Linux
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 13:38:08 PDT 2017
alekseyshl added a comment.
>From man, "The mcheck_pedantic() and mcheck_check_all() functions are available since glibc 2.2. The mcheck() and mprobe() functions are present since at least glibc 2.0". What about systems < 2.0? I guess, __GLIBC_PREREQ is required here.
Repository:
rL LLVM
https://reviews.llvm.org/D32589
More information about the llvm-commits
mailing list