[PATCH] D44035: Support OpenBSD in common interceptors
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 3 07:10:39 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:
> Seems to be the guilty line ... Sorry.
After fixing this line, it's still broken.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D44035
More information about the llvm-commits
mailing list