[LLVMdev] VS build is broken again

Dmitri Makarov nebraskin at yahoo.com
Sat May 17 21:52:19 PDT 2008


VS 2005

--- Ted Kremenek <kremenek at apple.com> wrote:

> Hi Dmitri,
> 
> For what version of VS did you update the project files?
> 
> Ted
> 
> On May 17, 2008, at 3:00 PM, Dmitri Makarov wrote:
> 
> > attached is the diff of vcprojs that need to be changed to fix the
> VS
> > build as of revision:  51224.
> >
> > I don't know if this catches all the missing bits, but this does
> build
> > all the way through.
> >
> >
> > Index: win32/Analysis/Analysis.vcproj
> > ===================================================================
> > --- win32/Analysis/Analysis.vcproj      (revision 51223)
> > +++ win32/Analysis/Analysis.vcproj      (working copy)
> > @@ -353,6 +353,14 @@
> >>
> >                        </File>
> >                        <File
> > +                               RelativePath="..\..\lib\Analysis 
> > \LibCallAliasAnalysis.cpp"
> > +                               >
> > +                       </File>
> > +                       <File
> > +                               RelativePath="..\..\lib\Analysis 
> > \LibCallSemantics.cpp"
> > +                               >
> > +                       </File>
> > +                       <File
> >                                RelativePath="..\..\lib\Analysis 
> > \LoadValueNumbering.cpp"
> >>
> >                        </File>
> > Index: win32/Transforms/Transforms.vcproj
> > ===================================================================
> > --- win32/Transforms/Transforms.vcproj  (revision 51223)
> > +++ win32/Transforms/Transforms.vcproj  (working copy)
> > @@ -396,10 +396,6 @@
> >>
> >                                </File>
> >                                <File
> > -                                       RelativePath="..\..\lib 
> > \Transforms\Ipo\SimplifyLibCalls.cpp"
> > -                                       >
> > -                               </File>
> > -                               <File
> >                                        RelativePath="..\..\lib 
> > \Transforms\IPO\StripDeadPrototypes.cpp"
> >>
> >                                </File>
> > @@ -524,7 +520,7 @@
> >>
> >                                </File>
> >                                <File
> > -                                       RelativePath="..\..\lib 
> > \Transforms\Scalar\SimplifyCFG.cpp"
> > +                                       RelativePath="..\..\lib 
> > \Transforms\Scalar\SimplifyCFGPass.cpp"
> >>
> >                                </File>
> >                                <File
> > _______________________________________________
> > LLVM Developers mailing list
> > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> 
> 



      



More information about the llvm-dev mailing list