[PATCH] D54590: [compiler-rt][UBSan] Sanitization for alignment assumptions.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 14 11:10:12 PST 2019
lebedev.ri added inline comments.
================
Comment at: lib/ubsan/ubsan_handlers.h:32
+};
+
#define UNRECOVERABLE(checkname, ...) \
----------------
morehouse wrote:
> Nit: Let's move this to right before the matching RECOVERABLE line below.
Hmm, right.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54590/new/
https://reviews.llvm.org/D54590
More information about the llvm-commits
mailing list