[PATCH] D44035: Support OpenBSD in common interceptors
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 3 07:13:03 PST 2018
krytarowski 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
----------------
devnexen wrote:
> 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.
I've pasted it on top and included a hot fix for this line previously.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D44035
More information about the llvm-commits
mailing list