[LLVMbugs] [Bug 3186] r60711 build broken
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Dec 8 13:26:33 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3186
Török Edwin <edwintorok at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #3 from Török Edwin <edwintorok at gmail.com> 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.
More information about the llvm-bugs
mailing list