Remove LoadCommandInfo now that we always have a pointer to the command.
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 7 Apr 2013 18:42:06 +0000 (18:42 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 7 Apr 2013 18:42:06 +0000 (18:42 +0000)
commit6ab85a81d711b1e9d3bbc02e05812e7f867a7c40
treee0457dfd54afd8e05995c1cad546a1954d6e4dcc
parent77638d9110d67333e4ea8e6bd3206606a89bc24f
Remove LoadCommandInfo now that we always have a pointer to the command.

LoadCommandInfo was needed to keep a command and its offset in the file. Now
that we always have a pointer to the command, we don't need the offset.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178991 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachO.h
lib/Object/MachOObjectFile.cpp
tools/llvm-objdump/MachODump.cpp