]> granicus.if.org Git - llvm/commitdiff
Update modulemaps for Analysis/VecFuncs.def.
authorKristina Brooks <notstina@gmail.com>
Tue, 9 Apr 2019 17:05:36 +0000 (17:05 +0000)
committerKristina Brooks <notstina@gmail.com>
Tue, 9 Apr 2019 17:05:36 +0000 (17:05 +0000)
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

include/llvm/module.modulemap

index a7ecd0363691944f8da490ecab9ba45f9df22786..9c4668e1473c440ac97ebc8be94e5409f1b6ca14 100644 (file)
@@ -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 {