[PATCH] D44035: Support OpenBSD in common interceptors
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 3 07:10:39 PST 2018
devnexen added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:4443
+ COMMON_INTERCEPT_FUNCTION(pthread_attr_getschedparam); \
+ COMMON_INTERCEPT_FUNCTION(pthread_attr_getschedpolicy); \
+#else
----------------
krytarowski wrote:
> devnexen wrote:
> > Seems to be the guilty line ... Sorry.
> After fixing this line, it's still broken.
What is the error ? I can t try in another system at the moment.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D44035
More information about the llvm-commits
mailing list