summaryrefslogtreecommitdiff
path: root/llvm/include/module.modulemap
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2025-07-18 13:26:00 -0700
committerPeter Collingbourne <peter@pcc.me.uk>2025-07-18 13:26:00 -0700
commit9bf3524731070cadc6175707314f3b6ca37190d5 (patch)
tree86dcab7604336b01ae938fe81062c29ff69efba8 /llvm/include/module.modulemap
parent3a84c15cc13b6daf8e812592898ab6c7f19091a9 (diff)
parent4f43f0606c3d7e1ce6d069583b5e59f036e112ce (diff)
Created using spr 1.3.6-beta.1
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