mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 16:56:39 +00:00
I love the smell of a freshly broken PowerPC build in the morning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14206 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
988b7ba5ba
commit
afe16e1742
@ -26,6 +26,7 @@ using namespace llvm;
|
||||
// in a big way). This is a quick fix to get things compiling, until one of
|
||||
// us has time to write a more complicated autoconf test.
|
||||
extern "C" int isnan (double d);
|
||||
namespace std { int isnan (double d) { return ::isnan (d); } }
|
||||
#endif
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user