We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4893d commit 97686f2Copy full SHA for 97686f2
llvm/include/module.modulemap
@@ -178,9 +178,10 @@ module LLVM_DebugInfo_CodeView {
178
module * { export * }
179
180
// These are intended for (repeated) textual inclusion.
181
+ textual header "llvm/DebugInfo/CodeView/CodeViewLanguages.def"
182
textual header "llvm/DebugInfo/CodeView/CodeViewRegisters.def"
- textual header "llvm/DebugInfo/CodeView/CodeViewTypes.def"
183
textual header "llvm/DebugInfo/CodeView/CodeViewSymbols.def"
184
+ textual header "llvm/DebugInfo/CodeView/CodeViewTypes.def"
185
}
186
187
module LLVM_DWARFLinker {
0 commit comments