1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Update the modules build to match r223802.

llvm-svn: 224091
This commit is contained in:
Richard Smith 2014-12-12 02:25:18 +00:00
parent 2c88fce7b0
commit 1a1e5b79d5

View File

@ -75,8 +75,9 @@ module LLVM_IR {
exclude header "IR/PassManager.h" exclude header "IR/PassManager.h"
exclude header "IR/LegacyPassManager.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/Instruction.def"
textual header "IR/Metadata.def"
} }
module LLVM_LegacyPassManager { module LLVM_LegacyPassManager {