[cfe-commits] r146209 - /cfe/trunk/include/clang/Basic/Makefile

Chandler Carruth chandlerc at gmail.com
Thu Dec 8 16:09:20 PST 2011


Author: chandlerc
Date: Thu Dec  8 18:09:20 2011
New Revision: 146209

URL: http://llvm.org/viewvc/llvm-project?rev=146209&view=rev
Log:
Teach the Makefile build about the new diagnostic file from r146207.
Amazingly this is all that's required.

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=146209&r1=146208&r2=146209&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/Makefile (original)
+++ cfe/trunk/include/clang/Basic/Makefile Thu Dec  8 18:09:20 2011
@@ -4,6 +4,7 @@
 	DiagnosticCommonKinds.inc DiagnosticDriverKinds.inc \
 	DiagnosticFrontendKinds.inc DiagnosticLexKinds.inc \
 	DiagnosticParseKinds.inc DiagnosticSemaKinds.inc \
+	DiagnosticSerializationKinds.inc \
 	DiagnosticIndexName.inc DiagnosticGroups.inc AttrList.inc arm_neon.inc \
 	Version.inc
 





More information about the cfe-commits mailing list