1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[modules] Add include/llvm/IR/DebugInfoFlags.def to the textual headers list.

llvm-svn: 230427
This commit is contained in:
Richard Smith 2015-02-25 01:44:09 +00:00
parent 157f3b2eaa
commit e2587821c4

View File

@ -108,6 +108,7 @@ module LLVM_IR {
module * { export * }
// These are intended for (repeated) textual inclusion.
textual header "IR/DebugInfoFlags.def"
textual header "IR/Instruction.def"
textual header "IR/Metadata.def"
}