[LLVMdev] Re: LLVM Visual Studio Project files

Chris Lattner sabre at nondot.org
Thu Nov 4 21:12:38 PST 2004


On Thu, 4 Nov 2004, Jeff Cohen wrote:
> And not to be picky, but all the debug/release directories ought to be
> nuked also.  No files will ever be checked in these directories, and cvs
> won't even create them on checkout because they are empty.  VS will
> happily create them when needed.

Done.

> > > starting fibonacci(10) with JIT...
> > > Result: 55
> > > I assume this is correct.
> >
> > Yup, this is right!  Does this mean that you guys don't need the hack to
> > pull in the X86 backend by force on Win32?
>
> Morten will have to answer this one.

ok.

> I'm attaching the build log from VS.  There are several dozen
> compilation warnings that you may or may not want to fix.

I fixed a bunch of them, see the llvm-commits list.  I don't agree with
the whole "lets warn if you negate an unsigned number" warning, and I
don't know what to do about deprecated hash_map and friends, but most of
the rest are fixed.

-Chris

-- 
http://llvm.org/
http://nondot.org/sabre/





More information about the llvm-dev mailing list