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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358021
91177308-0d34-0410-b5e6-
96231b3b80d8
// This is intended for (repeated) textual inclusion.
textual header "Analysis/TargetLibraryInfo.def"
+ textual header "Analysis/VecFuncs.def"
}
module LLVM_AsmParser {