Fix -Wincomplete-umbrella warning in the modules build

[281/3666] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o
/Users/vsk/src/llvm-project-master/llvm/lib/IR/IntrinsicInst.cpp:155:2: warning: missing submodule 'LLVM_IR.ConstrainedOps' [-Wincomplete-umbrella]
This commit is contained in:
Vedant Kumar 2019-12-10 11:17:47 -08:00
parent 53acf0663f
commit 8ddec9ad46
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ module LLVM_IR {
module * { export * }
// These are intended for (repeated) textual inclusion.
textual header "IR/ConstrainedOps.def"
textual header "IR/DebugInfoFlags.def"
textual header "IR/Instruction.def"
textual header "IR/Metadata.def"