llvm-project/compiler-rt/lib/ubsan/lit_tests
Richard Smith cf56ebd52a ubsan: When diagnosing something wrong somewhere in memory, emit a note
pointing at the bad location and a snippet of nearby memory values. This is
strictly best-effort; reading these bytes to display the note could lead to a
seg fault, and that's explicitly OK.

llvm-svn: 170415
2012-12-18 06:30:32 +00:00
..
Float [ubsan] Replace "fatal error" with "runtime error". 2012-12-02 18:43:33 +00:00
Integer [ubsan] Refactor handlers to have separate entry points for aborting. 2012-12-02 19:47:29 +00:00
Misc ubsan: if the frontend didn't provide us with a source location, try to work 2012-12-18 04:23:18 +00:00
TypeCheck ubsan: When diagnosing something wrong somewhere in memory, emit a note 2012-12-18 06:30:32 +00:00
CMakeLists.txt
lit.cfg UBSan: enable CMake build on Darwin. Fix two failing tests and disable the test which produces linker errors on Darwin. 2012-11-16 12:57:07 +00:00
lit.site.cfg.in