mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[compiler-rt] Update ubsan_interface.inc with alignment assumption handlers
Somehow this escaped my local testing. A follow-up for r351106. llvm-svn: 351110
This commit is contained in:
parent
965517fdad
commit
fd10ac3584
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user