Skip to content

Commit aaba018

Browse files
[𝘀𝗽𝗿] initial version
Created using spr 1.3.6
1 parent d204aa9 commit aaba018

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)