Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion llvm/include/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,10 @@ module LLVM_DebugInfo_CodeView {
module * { export * }

// These are intended for (repeated) textual inclusion.
textual header "llvm/DebugInfo/CodeView/CodeViewLanguages.def"
textual header "llvm/DebugInfo/CodeView/CodeViewRegisters.def"
textual header "llvm/DebugInfo/CodeView/CodeViewTypes.def"
textual header "llvm/DebugInfo/CodeView/CodeViewSymbols.def"
textual header "llvm/DebugInfo/CodeView/CodeViewTypes.def"
}

module LLVM_DWARFLinker {
Expand Down
Loading