[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:38 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
----------------
Seems to be the guilty line ... Sorry.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D44035





More information about the llvm-commits mailing list