Fix the LLVM_ENABLE_MODULES build after adding TargetOpcodes.def in r259726.

Differential Revision: http://reviews.llvm.org/D17005

llvm-svn: 260186
This commit is contained in:
David L Kreitzer 2016-02-09 01:35:45 +00:00
parent 841a978d22
commit 104364e6b5
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ module LLVM_Backend {
module Target {
umbrella "Target"
module * { export * }
// This is intended for (repeated) textual inclusion.
textual header "Target/TargetOpcodes.def"
}
// FIXME: Where should this go?