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:
d37914a
)
[modules] Add include/llvm/IR/DebugInfoFlags.def to the textual headers list.
author
Richard Smith
<richard-llvm@metafoo.co.uk>
Wed, 25 Feb 2015 01:44:09 +0000
(
01:44
+0000)
committer
Richard Smith
<richard-llvm@metafoo.co.uk>
Wed, 25 Feb 2015 01:44:09 +0000
(
01:44
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230427
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 431b6d6d5fb6122a0fde409a67d038e47e3f2bca..0f9c22e6d1dca94fcde3322039ec8b1c21a1aaf1 100644
(file)
--- a/
include/llvm/module.modulemap
+++ b/
include/llvm/module.modulemap
@@
-108,6
+108,7
@@
module LLVM_IR {
module * { export * }
// These are intended for (repeated) textual inclusion.
+ textual header "IR/DebugInfoFlags.def"
textual header "IR/Instruction.def"
textual header "IR/Metadata.def"
}