Shark are now up to date with llvm 2.6svn API changes up to LLVM rev 79521.
Xerxes Rånby
xerxes at zafena.se
Thu Aug 20 03:34:52 PDT 2009
My last Icedtea6 changes enables Shark to be built using the latest llvm
2.6svn trunk.
I have tested compiling Shark on X86 using LLVM rev 79521.
The LLVM 2.6svn API have changed so that all Types and BasicBlocks
require a LLVMContext during creation.
Basically llvm::Type::*Ty have been changed to
llvm::Type::get*Ty(getGlobalContext())
and
BasicBlock::Create(...) have been changed to
BasicBlock::Create(getGlobalContext(), ...)
Cheers
Xerxes
More information about the distro-pkg-dev
mailing list