[llvm] r274328 - Revert "Define a module map entry for DebugInfo/CodeView."
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 30 20:17:03 PDT 2016
Author: adrian
Date: Thu Jun 30 22:17:02 2016
New Revision: 274328
URL: http://llvm.org/viewvc/llvm-project?rev=274328&view=rev
Log:
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.
Modified:
llvm/trunk/include/llvm/module.modulemap
Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=274328&r1=274327&r2=274328&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Thu Jun 30 22:17:02 2016
@@ -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
More information about the llvm-commits
mailing list