[compiler-rt] r351110 - [compiler-rt] Update ubsan_interface.inc with alignment assumption handlers
Roman Lebedev via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 14 11:35:12 PST 2019
Author: lebedevri
Date: Mon Jan 14 11:35:12 2019
New Revision: 351110
URL: http://llvm.org/viewvc/llvm-project?rev=351110&view=rev
Log:
[compiler-rt] Update ubsan_interface.inc with alignment assumption handlers
Somehow this escaped my local testing.
A follow-up for r351106.
Modified:
compiler-rt/trunk/lib/ubsan/ubsan_interface.inc
Modified: compiler-rt/trunk/lib/ubsan/ubsan_interface.inc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/ubsan/ubsan_interface.inc?rev=351110&r1=351109&r2=351110&view=diff
==============================================================================
--- compiler-rt/trunk/lib/ubsan/ubsan_interface.inc (original)
+++ compiler-rt/trunk/lib/ubsan/ubsan_interface.inc Mon Jan 14 11:35:12 2019
@@ -10,6 +10,8 @@
//===----------------------------------------------------------------------===//
INTERFACE_FUNCTION(__ubsan_handle_add_overflow)
INTERFACE_FUNCTION(__ubsan_handle_add_overflow_abort)
+INTERFACE_FUNCTION(__ubsan_handle_alignment_assumption)
+INTERFACE_FUNCTION(__ubsan_handle_alignment_assumption_abort)
INTERFACE_FUNCTION(__ubsan_handle_builtin_unreachable)
INTERFACE_FUNCTION(__ubsan_handle_cfi_bad_type)
INTERFACE_FUNCTION(__ubsan_handle_cfi_check_fail)
More information about the llvm-commits
mailing list