diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-05-27 22:19:53 +0000 | 
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-05-27 22:19:53 +0000 | 
| commit | 589308a0b18f8d5bccd6e92461090871169c7b87 (patch) | |
| tree | 4f3140a917a787d24e7d091e2c02b184e183fbca /llvm/lib/Transforms/Utils/Evaluator.cpp | |
| parent | 2abf6bdfc20968ad46aaa489c55873fe7fe77c84 (diff) | |
| download | bcm5719-llvm-589308a0b18f8d5bccd6e92461090871169c7b87.tar.gz bcm5719-llvm-589308a0b18f8d5bccd6e92461090871169c7b87.zip | |
Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
Summary:
GLIBC recently removed the incorrect `int isinf(double)` and `int isnan(double)` overloads in C++11 and greater. This causes previously `XFAIL: linux`  tests to start passing.
Since there is no longer a way to 'XFAIL' the tests I choose to simply tolerate this bug.
See https://sourceware.org/bugzilla/show_bug.cgi?id=19439
Reviewers: rsmith, mclow.lists, EricWF
Subscribers: jroelofs, cfe-commits
Differential Revision: http://reviews.llvm.org/D19835
llvm-svn: 271060
Diffstat (limited to 'llvm/lib/Transforms/Utils/Evaluator.cpp')
0 files changed, 0 insertions, 0 deletions

