From 257a676b8d4e05f59bae44c965a20188d4ad111e Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 1 Jul 2016 03:17:02 +0000 Subject: [PATCH] Revert "Define a module map entry for DebugInfo/CodeView." This reverts commit r274313. While this fixed the build on Darwin, it broke Linux with local submodule visibility. llvm-svn: 274328 --- llvm/include/llvm/module.modulemap | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index a906ee192671..d9b4bb5551b0 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -84,17 +84,6 @@ 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