[modules] Add another .def file to our list of textual headers.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 10 Sep 2015 23:30:27 +0000 (23:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 10 Sep 2015 23:30:27 +0000 (23:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247359 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index dcc5ce1059ff5d24f5812786f4f147fb9659491b..533760f7868ad7088935d2be2d4cfcbd54546966 100644 (file)
@@ -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"