llvm-project/compiler-rt/test/ubsan_minimal/TestCases
Igor Kudrin 84c4efbc6d [ubsan-minimal] Report the address of an error
This implements a FIXME in the runtime library and adds printing the
address at the end of the message as "by 0x123abc". The buffer for the
message is allocated on the stack in a handler, so the stack memory
consumption is slightly increased. No additional external dependencies
are added.

Differential revision: https://reviews.llvm.org/D131914
2022-09-05 14:18:25 +04:00
..
alignment-assumption.c [ubsan-minimal] Report the address of an error 2022-09-05 14:18:25 +04:00
implicit-integer-sign-change.c [ubsan-minimal] Report the address of an error 2022-09-05 14:18:25 +04:00
implicit-signed-integer-truncation-or-sign-change.c [ubsan-minimal] Report the address of an error 2022-09-05 14:18:25 +04:00
implicit-signed-integer-truncation.c [ubsan-minimal] Report the address of an error 2022-09-05 14:18:25 +04:00
implicit-unsigned-integer-truncation.c [ubsan-minimal] Report the address of an error 2022-09-05 14:18:25 +04:00
nullptr-and-nonzero-offset.c [ubsan-minimal] Report the address of an error 2022-09-05 14:18:25 +04:00
recover-dedup-limit.cpp
recover-dedup.cpp [ubsan-minimal] Report the address of an error 2022-09-05 14:18:25 +04:00
test-darwin-interface.c
uadd-overflow.cpp [ubsan-minimal] Report the address of an error 2022-09-05 14:18:25 +04:00