commit | 5ee234a78dbaa81830efed1038161a40ea43d773 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Fri Sep 12 10:41:40 2014 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Fri Sep 12 10:41:40 2014 -0700 |
tree | ba012759c2c36b2682e0a77b61b6b863d4b2c4e8 | |
parent | 44d53e1ee4c699804e7c2f5e7350ddd4410297a7 [diff] |
Allow ability to name unnamed global addresses in Subzero. This is a workaround for issue that Subzero currently assumes all global addresses have a name, but finalized pexe files leave most global addresses unnamed. It does this by allowing two optional command-line flag name prefixes that are used to generate names for unnamed global addresses. BUG= None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/567703003