forked from OSchip/llvm-project
Define a module map entry for DebugInfo/CodeView.
This fixes the -fmodules build. llvm-svn: 274313
This commit is contained in:
parent
0994bd57fb
commit
8d62f7fc10
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue