From 12610691b13fbf0e379b04f8a445cc437a27f4b3 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 13 Feb 2015 21:06:45 +0000 Subject: [PATCH] [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 --- include/llvm/module.modulemap | 1 + 1 file changed, 1 insertion(+) 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" -- 2.34.1