RFC: shark + llvm2.6svn api change ConstantFP::get implementation have been moved to LLVMContext
Xerxes Rånby
xerxes at zafena.se
Tue Jul 14 03:24:40 PDT 2009
The attached patch fixes the build error that orgin from the r75546
change of the llvm 2.6 svn tip.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090713/080939.html
For some reason beyond my understanding the ConstantFP::get
implementation have been moved from lib/VMCore/Constants to
getConstantFP in lib/VMCore/LLVMContext .
Should we push this change to shark or wait some days to see if the
implementation moves back to Constants again in llvm ?
... ct\"" -DHOTSPOT_BUILD_USER="\"xerxes\"" -DHOTSPOT_LIB_ARCH=\"i386\"
-DJRE_RELEASE_VERSION="\"1.6.0_0-b16\""
-DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DSHARK -I/usr/local/include
-D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -g -fPIC
-Woverloaded-virtual -DSHARK_LLVM_VERSION=26 -fpic -fno-rtti
-fno-exceptions -D_REENTRANT -fcheck-new -g -m32 -pipe -O3
-fno-strict-aliasing -DVM_LITTLE_ENDIAN -Wpointer-arith -Wconversion
-Wsign-compare -c -o sharkBuilder.o
/home/xerxes/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/sharkBuilder.cpp
In file included from ../generated/incls/_sharkBuilder.cpp.incl:3,
from
/home/xerxes/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/sharkBuilder.cpp:27:
/home/xerxes/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/llvmValue.hpp:
In static member function 'static llvm::Constant*
LLVMValue::jfloat_constant(jfloat)':
/home/xerxes/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/llvmValue.hpp:46:
error: no matching function for call to 'llvm::ConstantFP::get(const
llvm::Type*, jfloat&)'
/usr/local/include/llvm/Constants.h:257: note: candidates are: static
llvm::ConstantFP* llvm::ConstantFP::get(const llvm::APFloat&)
/home/xerxes/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/llvmValue.hpp:
In static member function 'static llvm::Constant*
LLVMValue::jdouble_constant(jdouble)':
/home/xerxes/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/llvmValue.hpp:54:
error: no matching function for call to 'llvm::ConstantFP::get(const
llvm::Type*, jdouble&)'
/usr/local/include/llvm/Constants.h:257: note: candidates are: static
llvm::ConstantFP* llvm::ConstantFP::get(const llvm::APFloat&)
In file included from ../generated/incls/_sharkBlock.cpp.incl:3,
from
/home/xerxes/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/sharkBlock.cpp:27:
/home/xerxes/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/llvmValue.hpp:
In static member function 'static llvm::Constant*
LLVMValue::jfloat_constant(jfloat)':
/home/xerxes/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/llvmValue.hpp:46:
error: no matching function for call to 'llvm::ConstantFP::get(const
llvm::Type*, jfloat&)'
/usr/local/include/llvm/Constants.h:257: note: candidates are: static
llvm::ConstantFP* llvm::ConstantFP::get(const llvm::APFloat&)
/home/xerxes/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/llvmValue.hpp:
In static member function 'static llvm::Constant*
LLVMValue::jdouble_constant(jdouble)':
/home/xerxes/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/llvmValue.hpp:54:
error: no matching function for call to 'llvm::ConstantFP::get(const
llvm::Type*, jdouble&)'
/usr/local/include/llvm/Constants.h:257: note: candidates are: static
llvm::ConstantFP* llvm::ConstantFP::get(const llvm::APFloat&)
make[7]: *** [sharkBuilder.o] Error 1
Cheers
Xerxes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvmValue.hpp_LLVMContext_ConstantFP.patch
Type: text/x-patch
Size: 1160 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090714/7bdb7ed0/llvmValue.hpp_LLVMContext_ConstantFP.patch
More information about the distro-pkg-dev
mailing list