llvm-project/compiler-rt/lib/ubsan
Richard Smith feea5d6fb4 Provide a slightly more helpful diagnostic if -fcatch-undefined-behavior finds
a problem with __int128 arithmetic but the runtime was not built with __int128
support.

llvm-svn: 165913
2012-10-14 23:53:37 +00:00
..
lit_tests -fcatch-undefined-behavior: Runtime library support for trapping conversions to or 2012-10-12 22:57:15 +00:00
CMakeLists.txt Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior. 2012-10-09 19:34:32 +00:00
ubsan_diag.cc Fix the bootstrap of CompilerRT with host compilers that don't support 2012-10-13 02:30:10 +00:00
ubsan_diag.h -fcatch-undefined-behavior: Runtime library support for trapping conversions to or 2012-10-12 22:57:15 +00:00
ubsan_handlers.cc -fcatch-undefined-behavior: Runtime library support for trapping conversions to or 2012-10-12 22:57:15 +00:00
ubsan_handlers.h -fcatch-undefined-behavior: Runtime library support for trapping conversions to or 2012-10-12 22:57:15 +00:00
ubsan_value.cc Provide a slightly more helpful diagnostic if -fcatch-undefined-behavior finds 2012-10-14 23:53:37 +00:00
ubsan_value.h Use a better test for __int128 support, which works on old GCC versions. 2012-10-14 23:28:55 +00:00