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. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: msvs.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080517/d46ec8e7/attachment.ksh>
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
Please disregard. I didn't see the later messages in this thread. On May 17, 2008, at 9:49 PM, Ted Kremenek 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 >
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 > >