diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-07-01 03:17:02 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-07-01 03:17:02 +0000 |
commit | 257a676b8d4e05f59bae44c965a20188d4ad111e (patch) | |
tree | 674859ffb1438e888364cc05c7d88de56e91229b | |
parent | 196ba4f8441ddf8d153708eb8946aea0c5c817d7 (diff) | |
download | bcm5719-llvm-257a676b8d4e05f59bae44c965a20188d4ad111e.tar.gz bcm5719-llvm-257a676b8d4e05f59bae44c965a20188d4ad111e.zip |
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
-rw-r--r-- | llvm/include/llvm/module.modulemap | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index a906ee19267..d9b4bb5551b 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 |