Skip to content

Commit

Permalink
Fix the LLVM_ENABLE_MODULES build after adding TargetOpcodes.def in r…
Browse files Browse the repository at this point in the history
…259726.

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260186 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
David L Kreitzer committed Feb 9, 2016
1 parent 81c2fc4 commit 8a618ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/llvm/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 8a618ff

Please sign in to comment.