forked from OSchip/llvm-project
Update modulemaps for Analysis/VecFuncs.def.
Avoid a warning while building modular LLVM due to a new textual header missing in the modulemap: TargetLibraryInfo.cpp:1485:6: warning: missing submodule 'LLVM_Analysis.VecFuncs' [-Wincomplete-umbrella] Added VecFuncs.def as a textual header in LLVM_Analysis. llvm-svn: 358021
This commit is contained in:
parent
4b2323d1a3
commit
a1c44941f3
|
@ -5,6 +5,7 @@ module LLVM_Analysis {
|
|||
|
||||
// This is intended for (repeated) textual inclusion.
|
||||
textual header "Analysis/TargetLibraryInfo.def"
|
||||
textual header "Analysis/VecFuncs.def"
|
||||
}
|
||||
|
||||
module LLVM_AsmParser {
|
||||
|
|
Loading…
Reference in New Issue