]> granicus.if.org Git - llvm/commitdiff
Attempt to fix modules build for r356652
authorPavel Labath <pavel@labath.sk>
Thu, 21 Mar 2019 09:44:07 +0000 (09:44 +0000)
committerPavel Labath <pavel@labath.sk>
Thu, 21 Mar 2019 09:44:07 +0000 (09:44 +0000)
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

index 65c9495e930644f3d82ac906f2d5cd513c0743ca..dc8a7f6441e1cb38ff8f1b7f1e351bc40d873f72 100644 (file)
@@ -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"