forked from OSchip/llvm-project
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:
parent
196ba4f844
commit
257a676b8d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue