llvm-project/compiler-rt/lib/ubsan_minimal
Vedant Kumar c539795bc3 [ubsan-minimal] Make the interface more compatible with RTUBSan
This eliminates a few inconsistencies between the symbol sets exported
by RTUBSan and RTUBSan_minimal:

  * Handlers for nonnull_return were missing from the minimal RT, and
    are now added in.

  * The minimal runtime exported recoverable handlers for
    builtin_unreachable and missing_return. These are not supposed to
    exist, and are now removed.

llvm-svn: 313614
2017-09-19 06:46:36 +00:00
..
CMakeLists.txt [ubsan-minimal] Enable on Darwin 2017-09-11 21:37:53 +00:00
ubsan.syms.extra
ubsan_minimal_handlers.cc [ubsan-minimal] Make the interface more compatible with RTUBSan 2017-09-19 06:46:36 +00:00