[Lldb-commits] [PATCH] Make TestHelloWorld.py to pass remotely on Linux.
Jim Ingham
jingham at apple.com
Wed Feb 11 17:06:05 PST 2015
It is part of the linker stage so each rebuild should produce an unique UUID. Note, the MacOS X linker actually makes the UUID by checksumming the binary - minus some obvious bits the linker knows to contain timestamps - so if you rebuild the same sources with the same compiler & compiler options, you will get the same UUID. This can cause some confusion, for instance changing just a comment and rebuilding will produce the same UUID... That is an implementation detail, however, and usually doesn't cause problems...
Jim
http://reviews.llvm.org/D7574
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list