[llvm-dev] PATypeHolder, refineAbstractTypeTo(), addTypeName not found

Chris Lattner via llvm-dev llvm-dev at lists.llvm.org
Mon Aug 27 22:38:13 PDT 2018



> On Aug 26, 2018, at 12:05 PM, Tim Northover via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Hi Ratnesh,
> 
> On Sat, 25 Aug 2018 at 02:39, Ratnesh Tiwari via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> I am following the code  of the project  https://llvm.org/svn/llvm-project/java/trunk/lib/Compiler/Resolver.cpp,
>> 
>> But some class/function of it is not present in my source code due to replacement of this function in newer llvm verion. Can someone please suggest me the alternative approach of these function in latest llvm version. Here are those classes and functions :
> 
> I think you need to take a step back here and reconsider your
> approach. Some of these are interfaces no-one has used in over a
> decade, even the (relatively small) pool of people who were around in
> the LLVM community back then won't remember the details.

I remember that history, but reiterate Tim’s point.  It is better to start over than to try to bring this codebase forward.

-Chris



More information about the llvm-dev mailing list