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:
fe78287
)
[modules] Mark Analysis/TargetLibraryInfo.def as a textual header.
author
Richard Smith
<richard-llvm@metafoo.co.uk>
Fri, 6 Mar 2015 23:39:54 +0000
(23:39 +0000)
committer
Richard Smith
<richard-llvm@metafoo.co.uk>
Fri, 6 Mar 2015 23:39:54 +0000
(23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231532
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 0f9c22e6d1dca94fcde3322039ec8b1c21a1aaf1..dc6e136703445063c07cd5201c11e895baa359e3 100644
(file)
--- a/
include/llvm/module.modulemap
+++ b/
include/llvm/module.modulemap
@@
-2,7
+2,12
@@
module LLVM_Analysis {
requires cplusplus
umbrella "Analysis"
module * { export * }
+
+ // FIXME: Why is this excluded?
exclude header "Analysis/BlockFrequencyInfoImpl.h"
+
+ // This is intended for (repeated) textual inclusion.
+ textual header "Analysis/TargetLibraryInfo.def"
}
module LLVM_AsmParser { requires cplusplus umbrella "AsmParser" module * { export * } }