[PATCH] D20461: [LibFuzzer] Fix sending SIGALRM to main thread under Mac OSX

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 22:56:37 PDT 2016


delcypher added a comment.

> Note that the majority of users use libFuzzer outside of the llvm build system,


will they need to add -lphtread to their build rules?

I found that I didn't need to under OSX or Linux. Note I didn't really test under Linux properly as something about my distro's clang is broken (__sanitizer_get_coverage_pc_buffer seems to be NULL at runtime). I need to rebuild on trunk and test more thoroughly.


http://reviews.llvm.org/D20461





More information about the llvm-commits mailing list