[PATCH] D27902: Fix build breakage on FreeBSD after rL289878/rL289881
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 18 12:48:46 PST 2016
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
LGTM
If there is no getutent, you probably want to disable the interceptor in sanitizer_platform_interceptors.h.
Add an ifdef around the declaration of struct_utmp_sz as well.
https://reviews.llvm.org/D27902
More information about the llvm-commits
mailing list