Will Dietz
|
b28179be10
|
[ubsan] Replace "fatal error" with "runtime error".
llvm-svn: 169112
|
2012-12-02 18:43:33 +00:00 |
Richard Smith
|
57000c38fc
|
ubsan: Disable __int128 tests if the host Clang does not support it. These
tests will still fail if compiler-rt was built with a compiler without __int128
support, but the host compiler has __int128 support.
llvm-svn: 168955
|
2012-11-29 23:03:58 +00:00 |
Richard Smith
|
77930919ad
|
Update compiler-rt tests to match flag renaming/deprecation in Clang.
llvm-svn: 167434
|
2012-11-06 02:31:42 +00:00 |
Richard Smith
|
7247b23efc
|
-fcatch-undefined-behavior: Runtime library support for trapping conversions to or
from a floating-point type where the source value is not in the range of
representable values of the destination type.
llvm-svn: 165844
|
2012-10-12 22:57:15 +00:00 |