From 23a217dce6763ce0bd817e9c3ed536c63aab93be Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 26 May 2016 20:13:50 +0000 Subject: [PATCH] Add new .def file to module map. llvm-svn: 270902 --- llvm/include/llvm/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index f4af0931d5f5..6bddf261326e 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/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"