[llvm] r356653 - Attempt to fix modules build for r356652

Pavel Labath via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 21 02:44:07 PDT 2019


Author: labath
Date: Thu Mar 21 02:44:07 2019
New Revision: 356653

URL: http://llvm.org/viewvc/llvm-project?rev=356653&view=rev
Log:
Attempt to fix modules build for r356652

The commit added a new .def file. This adds it to the list of textual
headers.

Modified:
    llvm/trunk/include/llvm/module.modulemap

Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=356653&r1=356652&r2=356653&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Thu Mar 21 02:44:07 2019
@@ -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"




More information about the llvm-commits mailing list