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
This commit is contained in:
Adrian Prantl 2016-07-01 03:17:02 +00:00
parent 196ba4f844
commit 257a676b8d
1 changed files with 0 additions and 11 deletions

View File

@ -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