summaryrefslogtreecommitdiff
path: root/llvm/include/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/module.modulemap')
-rw-r--r--llvm/include/module.modulemap7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/include/module.modulemap b/llvm/include/module.modulemap
index a4bd6b9ed370..a4aae08e639e 100644
--- a/llvm/include/module.modulemap
+++ b/llvm/include/module.modulemap
@@ -125,6 +125,13 @@ module LLVM_DebugInfo_DWARF {
module * { export * }
}
+module LLVM_DebugInfo_DWARF_LowLevel {
+ requires cplusplus
+
+ umbrella "llvm/DebugInfo/DWARF/LowLevel"
+ module * { export * }
+}
+
module LLVM_DebugInfo_PDB {
requires cplusplus