Define a module map entry for DebugInfo/CodeView.

This fixes the -fmodules build.

llvm-svn: 274313
This commit is contained in:
Adrian Prantl 2016-07-01 01:16:17 +00:00
parent 0994bd57fb
commit 8d62f7fc10
1 changed files with 11 additions and 0 deletions

View File

@ -84,6 +84,17 @@ module LLVM_DebugInfo_PDB_DIA {
module * { export * }
}
module LLVM_DebugInfo_CodeView {
requires cplusplus
umbrella "DebugInfo/CodeView"
module * { export * }
// These are intended for (repeated) textual inclusion.
textual header "DebugInfo/CodeView/TypeRecords.def"
textual header "DebugInfo/CodeView/CVSymbolTypes.def"
}
module LLVM_ExecutionEngine {
requires cplusplus