[compiler-rt] r313439 - Revert "[ubsan] Update ubsan_interface.inc"

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 20:26:12 PDT 2017


Author: vitalybuka
Date: Fri Sep 15 20:26:12 2017
New Revision: 313439

URL: http://llvm.org/viewvc/llvm-project?rev=313439&view=rev
Log:
Revert "[ubsan] Update ubsan_interface.inc"

This brakes interface_symbols_linux.c test.

This reverts commit r313432.

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=313439&r1=313438&r2=313439&view=diff
==============================================================================
--- compiler-rt/trunk/lib/ubsan/ubsan_interface.inc (original)
+++ compiler-rt/trunk/lib/ubsan/ubsan_interface.inc Fri Sep 15 20:26:12 2017
@@ -16,8 +16,6 @@ INTERFACE_FUNCTION(__ubsan_handle_cfi_ch
 INTERFACE_FUNCTION(__ubsan_handle_cfi_check_fail_abort)
 INTERFACE_FUNCTION(__ubsan_handle_divrem_overflow)
 INTERFACE_FUNCTION(__ubsan_handle_divrem_overflow_abort)
-INTERFACE_FUNCTION(__ubsan_handle_dynamic_type_cache_miss)
-INTERFACE_FUNCTION(__ubsan_handle_dynamic_type_cache_miss_abort)
 INTERFACE_FUNCTION(__ubsan_handle_float_cast_overflow)
 INTERFACE_FUNCTION(__ubsan_handle_float_cast_overflow_abort)
 INTERFACE_FUNCTION(__ubsan_handle_function_type_mismatch)




More information about the llvm-commits mailing list