[PATCH] D43894: OpenBSD UBsan support / ubsan part

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 12:49:53 PST 2018


krytarowski added inline comments.


================
Comment at: lib/ubsan/ubsan_platform.h:19
+    defined(__NetBSD__) || defined(__OpenBSD__) || \
+    (defined(__sun__) && defined(__svr4__)) || defined(_WIN32) || defined(__Fuchsia__)
 # define CAN_SANITIZE_UB 1
----------------
This line is too long and it will be rejected by tests.


https://reviews.llvm.org/D43894





More information about the llvm-commits mailing list