From: Richard Smith Date: Thu, 10 Sep 2015 23:30:27 +0000 (+0000) Subject: [modules] Add another .def file to our list of textual headers. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4f840727e9983ff83d6be140cfdef5a6000e9144;p=oota-llvm.git [modules] Add another .def file to our list of textual headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247359 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index dcc5ce1059f..533760f7868 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -198,6 +198,7 @@ module LLVM_Utils { exclude header "Support/TargetRegistry.h" // These are intended for textual inclusion. + textual header "Support/ARMTargetParser.def" textual header "Support/Dwarf.def" textual header "Support/ELFRelocs/AArch64.def" textual header "Support/ELFRelocs/ARM.def"