Attempt to fix modules build for r356652

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

llvm-svn: 356653
This commit is contained in:
Pavel Labath 2019-03-21 09:44:07 +00:00
parent 581d79a440
commit 7da2de698f
1 changed files with 1 additions and 0 deletions

View 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"