projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e40a742
)
Add module for llvm/Bitstream
author
Joerg Sonnenberger
<joerg@bec.de>
Tue, 3 Mar 2020 15:13:52 +0000
(16:13 +0100)
committer
Joerg Sonnenberger
<joerg@bec.de>
Tue, 3 Mar 2020 16:51:49 +0000
(17:51 +0100)
llvm/include/llvm/module.modulemap
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/module.modulemap
b/llvm/include/llvm/module.modulemap
index f3623a6ff5da6d8e9a522e8ef812c405dec70067..39f489d10d44041a5877daf8db2eccc790153090 100644
(file)
--- a/
llvm/include/llvm/module.modulemap
+++ b/
llvm/include/llvm/module.modulemap
@@
-47,6
+47,11
@@
module LLVM_Bitcode {
module * { export * }
}
+module LLVM_Bitstream {
+ requires cplusplus
+ umbrella "Bitstream"
+ module * { export * }
+}
module LLVM_BinaryFormat {
requires cplusplus