[PATCH] D44068: OpenBSD sanitizer common, define RLIMIT_AS constant

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 3 04:42:43 PST 2018


devnexen added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_openbsd.h:34
 
+#if !defined(RLIMIT_AS)
+#define RLIMIT_AS RLIMIT_DATA
----------------
krytarowski wrote:
> Do we need this check?
Not necessarily for now but might depend on future OpenBSD versions.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D44068





More information about the llvm-commits mailing list