summaryrefslogtreecommitdiffstats
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
commitfd10ac3584173e94c478c63bdc02619aaab2e448 (patch)
treea173e770caf837b5d667f565345d74143413ff59
parent965517fdad140b26c997cf340eec61c8f314b994 (diff)
downloadbcm5719-llvm-fd10ac3584173e94c478c63bdc02619aaab2e448.tar.gz
bcm5719-llvm-fd10ac3584173e94c478c63bdc02619aaab2e448.zip
[compiler-rt] Update ubsan_interface.inc with alignment assumption handlers
Somehow this escaped my local testing. A follow-up for r351106. llvm-svn: 351110
-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)
OpenPOWER on IntegriCloud