From: Matt Arsenault Date: Sun, 13 Mar 2016 05:22:08 +0000 (+0000) Subject: Fix build X-Git-Tag: android-x86-7.1-r4~36596 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cdca53531fa3ae5a1bac764bde1133692a3464b3;p=android-x86%2Fexternal-llvm.git Fix build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263372 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h index 45daeca8e43..4d4ba8ffa17 100644 --- a/include/llvm/ADT/APFloat.h +++ b/include/llvm/ADT/APFloat.h @@ -642,6 +642,7 @@ private: /// These additional declarations are required in order to compile LLVM with IBM /// xlC compiler. hash_code hash_value(const APFloat &Arg); +int ilogb(const APFloat &Arg); APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode); /// \brief Returns the absolute value of the argument.