aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/module.modulemap')
-rw-r--r--llvm/include/module.modulemap6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/include/module.modulemap b/llvm/include/module.modulemap
index b00da6d..d44d395 100644
--- a/llvm/include/module.modulemap
+++ b/llvm/include/module.modulemap
@@ -105,6 +105,12 @@ module LLVM_BinaryFormat {
textual header "llvm/BinaryFormat/MsgPack.def"
}
+module LLVM_CAS {
+ requires cplusplus
+ umbrella "llvm/CAS"
+ module * { export * }
+}
+
module LLVM_Config {
requires cplusplus
umbrella "llvm/Config"