]> granicus.if.org Git - llvm/commitdiff
Define a module map entry for DebugInfo/CodeView.
authorAdrian Prantl <aprantl@apple.com>
Fri, 1 Jul 2016 01:16:17 +0000 (01:16 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 1 Jul 2016 01:16:17 +0000 (01:16 +0000)
This fixes the -fmodules build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274313 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index d9b4bb5551b0771ba555ca0894449ac8088cfd72..a906ee1926711bbd5540787e6e179e96d9d87ba6 100644 (file)
@@ -84,6 +84,17 @@ 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