Update the modules build to match r223802.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224091 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith 2014-12-12 02:25:18 +00:00
parent b0d1b981e8
commit d948b98cba

View File

@ -75,8 +75,9 @@ module LLVM_IR {
exclude header "IR/PassManager.h"
exclude header "IR/LegacyPassManager.h"
// This is intended for (repeated) textual inclusion.
// These are intended for (repeated) textual inclusion.
textual header "IR/Instruction.def"
textual header "IR/Metadata.def"
}
module LLVM_LegacyPassManager {