projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d5c438
)
Add Value.def to the list of textual includes, excluding it from the modules build.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Fri, 26 Jun 2015 20:16:44 +0000
(20:16 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Fri, 26 Jun 2015 20:16:44 +0000
(20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240823
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/module.modulemap
patch
|
blob
|
history
diff --git
a/include/llvm/module.modulemap
b/include/llvm/module.modulemap
index a9e6daf4977e45f9ba0494987b0e3fe094689048..dcc5ce1059ff5d24f5812786f4f147fb9659491b 100644
(file)
--- a/
include/llvm/module.modulemap
+++ b/
include/llvm/module.modulemap
@@
-124,6
+124,7
@@
module LLVM_IR {
textual header "IR/DebugInfoFlags.def"
textual header "IR/Instruction.def"
textual header "IR/Metadata.def"
+ textual header "IR/Value.def"
}
module LLVM_IRReader { requires cplusplus umbrella "IRReader" module * { export * } }