From: Richard Smith Date: Thu, 26 May 2016 20:13:50 +0000 (+0000) Subject: Add new .def file to module map. X-Git-Tag: android-x86-7.1-r4~32761 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=baaf0f7642186eb55c31170fca4c1463ec5080fc;p=android-x86%2Fexternal-llvm.git Add new .def file to module map. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270902 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index f4af0931d5f..6bddf261326 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -195,6 +195,7 @@ module LLVM_Utils { // These are intended for textual inclusion. textual header "Support/ARMTargetParser.def" + textual header "Support/AArch64TargetParser.def" textual header "Support/Dwarf.def" textual header "Support/MachO.def" textual header "Support/ELFRelocs/AArch64.def"