Skip to content

Commit aecf363

Browse files
Add modulemap for LLVM CAS
1 parent 6e12442 commit aecf363

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
@@ -105,6 +105,12 @@ module LLVM_BinaryFormat {
105105
textual header "llvm/BinaryFormat/MsgPack.def"
106106
}
107107

108+
module LLVM_CAS {
109+
requires cplusplus
110+
umbrella "llvm/CAS"
111+
module * { export * }
112+
}
113+
108114
module LLVM_Config {
109115
requires cplusplus
110116
umbrella "llvm/Config"

0 commit comments

Comments
 (0)