http://llvm.org/bugs/show_bug.cgi?id=3186


Török Edwin <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Török Edwin <[EMAIL PROTECTED]>  2008-12-08 15:26:32 ---
(In reply to comment #2)
> (In reply to comment #1)
> > Can you reproduce this in a clean build?
> > 
> 
> I just did a make clean with same results.
> 
> Buildbot doesn't fail though (but it is doing Debug build, I am doing 
> Release),
> perhaps TableGen is miscompiled?
> 
> I'll try a Debug build now
> 

Found the problem!

I was doing a srcdir != objdir build, but I've done in the past a srcdir ==
objdir build, and haven't cleaned the directory properly, so .inc files
remained in the srcdir, and the build picked that up instead of the one from
objdir.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to