Shark are now up to date with llvm 2.6svn API changes up to LLVM rev 79521.

Gary Benson gbenson at redhat.com
Thu Aug 20 05:26:26 PDT 2009


Thanks for doing this Xerxes.

Cheers,
Gary

Xerxes Rånby wrote:
> 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

-- 
http://gbenson.net/



More information about the distro-pkg-dev mailing list