diff options
Diffstat (limited to 'tools/obj2yaml/macho2yaml.cpp')
-rw-r--r-- | tools/obj2yaml/macho2yaml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/obj2yaml/macho2yaml.cpp b/tools/obj2yaml/macho2yaml.cpp index f7b6c4748d5e..a1d107dc5afb 100644 --- a/tools/obj2yaml/macho2yaml.cpp +++ b/tools/obj2yaml/macho2yaml.cpp @@ -216,7 +216,7 @@ void MachODumper::dumpLoadCommands(std::unique_ptr<MachOYAML::Object> &Y) { MachO::swapStruct(LC.Data.load_command_data); EndPtr = processLoadCommandData<MachO::load_command>(LC, LoadCmd); break; -#include "llvm/Support/MachO.def" +#include "llvm/BinaryFormat/MachO.def" } auto RemainingBytes = LoadCmd.C.cmdsize - (EndPtr - LoadCmd.Ptr); if (!std::all_of(EndPtr, &EndPtr[RemainingBytes], |