[LLVMbugs] [Bug 4522] cmake builds uses configure builds tblgen output instead of generating its own

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Jul 13 15:12:25 PDT 2009


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


Óscar Fuentes <ofv at wanadoo.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from Óscar Fuentes <ofv at wanadoo.es>  2009-07-13 17:12:24 ---
r75510 is the non-optimal fix for the missing dependencies of .td files, as
described on my previous entry.

On r75522 cmake checks the existence of tablegenned files mixed with the
sources. This only works when cmake is executed. This check should make
unnecessary to prepend the list of include paths with the current obj
directory. (The converse is true: prepending the list of include paths with the
current obj directory makes the check unnecessary, and maybe it is the correct
thing to do).


-- 
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