RFC: shark + llvm2.6svn api change ConstantFP::get implementation have been moved to LLVMContext

Gary Benson gbenson at redhat.com
Tue Jul 14 03:34:05 PDT 2009


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

Commit away.  As I understand it, the constants code was leaking
things between functions, and the LLVMContext stuff is an attempt
to address this.  I think you need to expect more of the same in
the next few days as they move other stuff in there.

Cheers,
Gary

-- 
http://gbenson.net/



More information about the distro-pkg-dev mailing list