Skip to content

[ModuleMap] Fix module build after #141750 #142670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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