Skip to content

Commit 80b5e55

Browse files
qiongsiwuIcohedron
authored andcommitted
[Modules] Fix missing module dependency introduced by 7347870 (llvm#126007)
7347870 introduced a textual header but did not update clang's module map. This PR adds the header to the module map.
1 parent 17c8cf4 commit 80b5e55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/include/module.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ module Clang_Diagnostics {
112112
module Parse { header "clang/Basic/DiagnosticParse.h" export * }
113113
module Serialization { header "clang/Serialization/SerializationDiagnostic.h" export * }
114114
module Refactoring { header "clang/Tooling/Refactoring/RefactoringDiagnostic.h" export * }
115+
116+
textual header "clang/Basic/AllDiagnosticKinds.inc"
115117
}
116118

117119
module Clang_Driver {

0 commit comments

Comments
 (0)