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

Richard Smith richard-llvm at metafoo.co.uk
Tue Feb 24 17:44:09 PST 2015


Author: rsmith
Date: Tue Feb 24 19:44:09 2015
New Revision: 230427

URL: http://llvm.org/viewvc/llvm-project?rev=230427&view=rev
Log:
[modules] Add include/llvm/IR/DebugInfoFlags.def to the textual headers list.

Modified:
    llvm/trunk/include/llvm/module.modulemap

Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=230427&r1=230426&r2=230427&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Tue Feb 24 19:44:09 2015
@@ -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"
 }





More information about the llvm-commits mailing list