diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-12-09 00:09:20 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-12-09 00:09:20 +0000 |
commit | 66aff4a3b0e127b523260c9720544a3e4be9a14f (patch) | |
tree | 495c655d54ea2180d976b7228ed0020bb62abd8c | |
parent | 9b7568da31b0dc97e15253391cb100e9958d3d78 (diff) |
Teach the Makefile build about the new diagnostic file from r146207.
Amazingly this is all that's required.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146209 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Basic/Makefile b/include/clang/Basic/Makefile index eeffe2dfb6..e986339b2a 100644 --- a/include/clang/Basic/Makefile +++ b/include/clang/Basic/Makefile @@ -4,6 +4,7 @@ BUILT_SOURCES = \ 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 |