[PATCH] D44036: OpenBSD UBsan support common functions

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 15:53:07 PDT 2018


devnexen updated this revision to Diff 138641.
devnexen added a comment.

Forgotten file...


https://reviews.llvm.org/D44036

Files:
  lib/sanitizer_common/sanitizer_linux.h


Index: lib/sanitizer_common/sanitizer_linux.h
===================================================================
--- lib/sanitizer_common/sanitizer_linux.h
+++ lib/sanitizer_common/sanitizer_linux.h
@@ -15,10 +15,11 @@
 
 #include "sanitizer_platform.h"
 #if SANITIZER_FREEBSD || SANITIZER_LINUX || SANITIZER_NETBSD || \
-    SANITIZER_SOLARIS
+    SANITIZER_OPENBSD || SANITIZER_SOLARIS
 #include "sanitizer_common.h"
 #include "sanitizer_internal_defs.h"
 #include "sanitizer_platform_limits_netbsd.h"
+#include "sanitizer_platform_limits_openbsd.h"
 #include "sanitizer_platform_limits_posix.h"
 #include "sanitizer_platform_limits_solaris.h"
 #include "sanitizer_posix.h"
@@ -146,5 +147,5 @@
 }  // namespace __sanitizer
 
 #endif  // SANITIZER_FREEBSD || SANITIZER_LINUX || SANITIZER_NETBSD ||
-        // SANITIZER_SOLARIS
+        // SANITIZER_OPENBSD || SANITIZER_SOLARIS
 #endif  // SANITIZER_LINUX_H


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44036.138641.patch
Type: text/x-patch
Size: 911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180315/b90a2f7d/attachment.bin>


More information about the llvm-commits mailing list