From bb304284b5dbdef6369733f1702b6088eb24926b Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 21 Mar 2019 09:44:07 +0000 Subject: [PATCH] Attempt to fix modules build for r356652 The commit added a new .def file. This adds it to the list of textual headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356653 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 65c9495e930..dc8a7f6441e 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -53,6 +53,7 @@ module LLVM_BinaryFormat { textual header "BinaryFormat/Dwarf.def" textual header "BinaryFormat/DynamicTags.def" textual header "BinaryFormat/MachO.def" + textual header "BinaryFormat/MinidumpConstants.def" textual header "BinaryFormat/ELFRelocs/AArch64.def" textual header "BinaryFormat/ELFRelocs/AMDGPU.def" textual header "BinaryFormat/ELFRelocs/ARM.def" -- 2.50.1