[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
This commit is contained in:
Richard Smith 2015-09-10 23:30:27 +00:00
parent f84a11c301
commit 4f840727e9

View File

@ -198,6 +198,7 @@ module LLVM_Utils {
exclude header "Support/TargetRegistry.h" exclude header "Support/TargetRegistry.h"
// These are intended for textual inclusion. // These are intended for textual inclusion.
textual header "Support/ARMTargetParser.def"
textual header "Support/Dwarf.def" textual header "Support/Dwarf.def"
textual header "Support/ELFRelocs/AArch64.def" textual header "Support/ELFRelocs/AArch64.def"
textual header "Support/ELFRelocs/ARM.def" textual header "Support/ELFRelocs/ARM.def"