Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(764)

Issue 2095633002: Subzero: Make -asm-verbose local var offsets local. (Closed)

Created:
4 years, 6 months ago by Jim Stichnoth
Modified:
4 years, 6 months ago
Reviewers:
manasijm, Karl, John, Eric Holk
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Subzero: Make -asm-verbose local var offsets local. When running with -asm-verbose, assembler directives like the following are generated: lv$__123 = 16 These symbols show up in "nm" output of the .o file, and cause inconsistencies in symbol numbering between filetype=asm and filetype=obj, when doing szbuild.py bisection debugging. The fix is to prepend ".L" to the symbol name, so that the assembler treats it as local. E.g.: .L$lv$__123 = 16 BUG= none R=eholk@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=00b9edbac74fe06c78af4843606d52e30964fa06

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/IceOperand.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (4 generated)
Jim Stichnoth
4 years, 6 months ago (2016-06-23 14:59:08 UTC) #4
Eric Holk
lgtm
4 years, 6 months ago (2016-06-23 15:42:32 UTC) #5
Jim Stichnoth
4 years, 6 months ago (2016-06-25 17:14:44 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
00b9edbac74fe06c78af4843606d52e30964fa06 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698