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)
commit3c50f06202880add17e2b275ab2de94aeb5cbf6e
treee0f8d69a7a09336904230a7552ec1f1cda391aa6
parent224208b8688f850226d12817f310c9e678595d60
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.

llvm-svn: 178991
llvm/include/llvm/Object/MachO.h
llvm/lib/Object/MachOObjectFile.cpp
llvm/tools/llvm-objdump/MachODump.cpp