http://llvm.org/bugs/show_bug.cgi?id=4522
Ãscar Fuentes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Ãscar Fuentes <[email protected]> 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
