[modules] Add include/llvm/IR/DebugInfoFlags.def to the textual headers list.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 25 Feb 2015 01:44:09 +0000 (01:44 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 25 Feb 2015 01:44:09 +0000 (01:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230427 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index 431b6d6d5fb6122a0fde409a67d038e47e3f2bca..0f9c22e6d1dca94fcde3322039ec8b1c21a1aaf1 100644 (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"
 }