From 2013f8f1b24e655ad591bac2f9765bf5291ba227 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 25 Feb 2015 01:44:09 +0000 Subject: [PATCH] [modules] Add include/llvm/IR/DebugInfoFlags.def to the textual headers list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230427 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 431b6d6d5fb..0f9c22e6d1d 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -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" }