Skip to content

Commit db15c23

Browse files
authored
[DebugInfo][DWARF] Add DWARF/LowLevel to module.modulemap (#148693)
This ensures the generation of Attributes.inc when using -DLLVM_ENABLE_MODULES=ON.
1 parent 5d59cb6 commit db15c23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llvm/include/module.modulemap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ module LLVM_DebugInfo_DWARF {
125125
module * { export * }
126126
}
127127

128+
module LLVM_DebugInfo_DWARF_LowLevel {
129+
requires cplusplus
130+
131+
umbrella "llvm/DebugInfo/DWARF/LowLevel"
132+
module * { export * }
133+
}
134+
128135
module LLVM_DebugInfo_PDB {
129136
requires cplusplus
130137

0 commit comments

Comments
 (0)