summaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2019-01-14 19:35:12 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2019-01-14 19:35:12 +0000
commite98a3cd941d30d631579c8d7eb58e0b2455f61eb (patch)
tree479d78775247c94d676f75052d16ec1dd2fca6d4 /compiler-rt
parent0af77bc8123250c876a03c34ba9e534e74bbf7f5 (diff)
[compiler-rt] Update ubsan_interface.inc with alignment assumption handlers
Somehow this escaped my local testing. A follow-up for r351106.
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/ubsan/ubsan_interface.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/ubsan/ubsan_interface.inc b/compiler-rt/lib/ubsan/ubsan_interface.inc
index 0be6010ad27..81e06345dcf 100644
--- a/compiler-rt/lib/ubsan/ubsan_interface.inc
+++ b/compiler-rt/lib/ubsan/ubsan_interface.inc
@@ -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)