Author: akirtzidis
Date: Fri Mar 16 14:31:34 2012
New Revision: 152937

URL: http://llvm.org/viewvc/llvm-project?rev=152937&view=rev
Log:
After r150615, which tablegens the group of a diagnostic as an index into the 
*.inc file, all diagnostic *.inc
files depend on all other diagnostic *.td files, because a diagnostic group can 
be introduced at any of the diagnostic
*.td files.

Modified:
    cfe/trunk/include/clang/Basic/Makefile

Modified: cfe/trunk/include/clang/Basic/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Makefile?rev=152937&r1=152936&r2=152937&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/Makefile (original)
+++ cfe/trunk/include/clang/Basic/Makefile Fri Mar 16 14:31:34 2012
@@ -30,7 +30,7 @@
 CLANG_HAS_VERSION_PATCHLEVEL := 1
 endif
 
-$(ObjDir)/Diagnostic%Kinds.inc.tmp : Diagnostic.td Diagnostic%Kinds.td 
$(CLANG_TBLGEN) $(ObjDir)/.dir
+$(ObjDir)/Diagnostic%Kinds.inc.tmp : Diagnostic.td $(INPUT_TDS) 
$(CLANG_TBLGEN) $(ObjDir)/.dir
        $(Echo) "Building Clang $(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) 
diagnostic tables with tblgen"
        $(Verb) $(ClangTableGen) -gen-clang-diags-defs 
-clang-component=$(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) -o $(call 
SYSPATH, $@) $<
 


_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to