[LLVMdev] CVS Broken?

Chris Lattner sabre at nondot.org
Fri Apr 7 10:17:27 PDT 2006


On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote:
>> OK, when I copy $(SRCDIR)/include/llvm/Intrinsics.gen to $(OBJDIR)/ 
>> include/llvm/ by hand after building (and failing) once, the build 
>> succeeds.  This is definitely a makefile bug.
>
> It looks like the problem also goes away if I just *delete* $(OBJDIR)/ 
> include/llvm/Intrinsics.gen (and then it doesn't get regenerated there).

Ah, ok.  This sounds like a makefile-bug-that-has-already-been-fixed.  In 
previous cvs versions we kept it in the srcdir, but lately have moved it 
to objdir.  Because of how vpath stuff works (?) the wrong one is getting 
picked up.

Reid, does this sound right to you?

-Chris

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




More information about the llvm-dev mailing list