[PATCH] D56229: [PECOFF] Implementation of ObjectFilePECOFF:: GetUUID()

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 4 14:39:33 PST 2019


clayborg added a comment.

The UUID that is used in ELF and Mach-o is designed to be something that is stable in a binary after it has been linked and should be the same before and after any kind of post production (stripping symbols, stripping section content to make a stand alone symbol file, etc). When someone types "target symbols add /path/to/symbol/file/a.out" we will grab its UUID and try to match it up with an existing object file.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56229/new/

https://reviews.llvm.org/D56229





More information about the llvm-commits mailing list