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

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 3 04:39:26 PST 2018


krytarowski added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_openbsd.h:34
 
+#if !defined(RLIMIT_AS)
+#define RLIMIT_AS RLIMIT_DATA
----------------
Do we need this check?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D44068





More information about the llvm-commits mailing list