forked from OSchip/llvm-project
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:
parent
581d79a440
commit
7da2de698f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue