1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00

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 6587b1348f
commit 5add88c5e7

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"