Skip to content

Commit 97686f2

Browse files
[ModuleMap] Fix module build after #141750 (#142670)
Add `CodeViewLanguages.def` to textual header in LLVM_DebugInfo_CodeView to fix clang module build of LLVM.
1 parent ac4893d commit 97686f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/module.modulemap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ module LLVM_DebugInfo_CodeView {
178178
module * { export * }
179179

180180
// These are intended for (repeated) textual inclusion.
181+
textual header "llvm/DebugInfo/CodeView/CodeViewLanguages.def"
181182
textual header "llvm/DebugInfo/CodeView/CodeViewRegisters.def"
182-
textual header "llvm/DebugInfo/CodeView/CodeViewTypes.def"
183183
textual header "llvm/DebugInfo/CodeView/CodeViewSymbols.def"
184+
textual header "llvm/DebugInfo/CodeView/CodeViewTypes.def"
184185
}
185186

186187
module LLVM_DWARFLinker {

0 commit comments

Comments
 (0)