Skip to content

Commit 1cbcebd

Browse files
Add modulemap for LLVM CAS
1 parent 8442410 commit 1cbcebd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/include/module.modulemap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ module LLVM_BinaryFormat {
108108
textual header "llvm/BinaryFormat/MsgPack.def"
109109
}
110110

111+
module LLVM_CAS {
112+
requires cplusplus
113+
umbrella "llvm/CAS"
114+
module * { export * }
115+
}
116+
111117
module LLVM_Config {
112118
requires cplusplus
113119
umbrella "llvm/Config"

0 commit comments

Comments
 (0)