Keep module.modulemap up to date and get rid of -Wincomplete-umbrella warnings
rdar://problem/
35711925
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319273
91177308-0d34-0410-b5e6-
96231b3b80d8
exclude header "CodeGen/LinkAllCodegenComponents.h"
// These are intended for (repeated) textual inclusion.
+ textual header "CodeGen/CommandFlags.def"
textual header "CodeGen/DIEValue.def"
textual header "CodeGen/RuntimeLibcalls.def"
textual header "CodeGen/TargetOpcodes.def"
umbrella "MC"
module * { export * }
- // Exclude this; it's fundamentally non-modular.
- exclude header "MC/MCTargetOptionsCommandFlags.h"
+ textual header "MC/MCTargetOptionsCommandFlags.def"
}
// Used by llvm-tblgen