[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)
llvm-svn: 230427

llvm/include/llvm/module.modulemap

index 431b6d6..0f9c22e 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"
 }