diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-01-14 19:35:12 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-01-14 19:35:12 +0000 |
| commit | fd10ac3584173e94c478c63bdc02619aaab2e448 (patch) | |
| tree | a173e770caf837b5d667f565345d74143413ff59 | |
| parent | 965517fdad140b26c997cf340eec61c8f314b994 (diff) | |
| download | bcm5719-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.inc | 2 |
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) |

