From: Richard Smith Date: Fri, 13 Feb 2015 21:06:45 +0000 (+0000) Subject: [modules] Mark include/llvm/Support/Dwarf.def as being a textually-included header. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=12610691b13fbf0e379b04f8a445cc437a27f4b3;p=oota-llvm.git [modules] Mark include/llvm/Support/Dwarf.def as being a textually-included header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229154 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 758c7ce6c23..d0053584357 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -147,6 +147,7 @@ module LLVM_Utils { exclude header "Support/TargetRegistry.h" // These are intended for textual inclusion. + textual header "Support/Dwarf.def" textual header "Support/ELFRelocs/AArch64.def" textual header "Support/ELFRelocs/ARM.def" textual header "Support/ELFRelocs/Hexagon.def"