From: Adrian Prantl Date: Fri, 1 Jul 2016 01:16:17 +0000 (+0000) Subject: Define a module map entry for DebugInfo/CodeView. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=968deaa498ec00b799a8de40c61a5d6db7707f94;p=llvm Define a module map entry for DebugInfo/CodeView. This fixes the -fmodules build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274313 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index d9b4bb5551b..a906ee19267 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -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