[PATCH] Add MachOObjectFile::findAndGetUuidCommand (better name suggestions welcome)

Alexander Potapenko glider at google.com
Mon Oct 13 05:46:03 PDT 2014


Hi kledzik, rafael,

This CL introduces MachOObjectFile::findAndGetUuidCommand(). This function returns the MachO::uuid_command for the object file, or object_error::parse_failed if the file is malformed and doesn't contain LC_UUID.
The new function is gonna be used by llvm-symbolizer.

http://reviews.llvm.org/D5752

Files:
  include/llvm/Object/MachO.h
  lib/Object/MachOObjectFile.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5752.14797.patch
Type: text/x-patch
Size: 1350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141013/f836eebe/attachment.bin>


More information about the llvm-commits mailing list