[Lldb-commits] [PATCH] Make TestHelloWorld.py to pass remotely on Linux.
Ed Maste
emaste at freebsd.org
Thu Feb 12 11:13:36 PST 2015
> Thank you for context. UUID in some way does simplify correct symbols discovery.
> Does it mean that every time you re-build a binary it gets a new UUID assigned (if it's a part of compilation or linker stage)?
Note that GNU toolchains do the same, it's called build-ID. The actual algorithm is implementation-defined, but I think generally includes all content so unlike OS X changing debug info etc. will produce a new build-ID. When I last looked the gold linker just hashes the whole object.
http://reviews.llvm.org/D7574
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list