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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 00:26:48 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL326768: OpenBSD sanitizer common, define RLIMIT_AS constant (authored by kamil, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D44068?vs=136920&id=137133#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44068

Files:
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h


Index: compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h
===================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h
@@ -31,6 +31,8 @@
   _GET_LINK_MAP_BY_DLOPEN_HANDLE(handle, 164)
 #endif
 
+#define RLIMIT_AS RLIMIT_DATA
+
 namespace __sanitizer {
 extern unsigned struct_utsname_sz;
 extern unsigned struct_stat_sz;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44068.137133.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180306/282d0df2/attachment.bin>


More information about the llvm-commits mailing list