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

Issue 2068593003: Implemented linking to a dummy ASan runtime (Closed)

Created:
4 years, 6 months ago by tlively
Modified:
4 years, 6 months ago
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

Implemented linking to a dummy ASan runtime BUG=https://bugs.chromium.org/p/nativeclient/issues/detail?id=4374 R=kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=4e81fe0a5429c103509c8380de8dc7d779f67134

Patch Set 1 #

Patch Set 2 : Added a test. #

Total comments: 4

Patch Set 3 : Fixed a python comment #

Total comments: 4

Patch Set 4 : Fixes in szbuild.py #

Total comments: 4

Patch Set 5 : Fixed szbuild.py and improved test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -5 lines) Patch
M Makefile.standalone View 1 chunk +4 lines, -2 lines 0 comments Download
M pydir/build-runtime.py View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M pydir/szbuild.py View 1 2 3 4 3 chunks +15 lines, -1 line 0 comments Download
A runtime/szrt_asan.c View 1 chunk +24 lines, -0 lines 0 comments Download
M src/IceASanInstrumentation.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceASanInstrumentation.cpp View 1 2 3 4 2 chunks +13 lines, -0 lines 0 comments Download
M src/IceInstrumentation.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceInstrumentation.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M tests_lit/asan_tests/globalredzones.ll View 1 1 chunk +2 lines, -2 lines 0 comments Download
A tests_lit/asan_tests/startinitcall.ll View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
tlively
4 years, 6 months ago (2016-06-14 23:52:54 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/2068593003/diff/20001/pydir/szbuild.py File pydir/szbuild.py (right): https://codereview.chromium.org/2068593003/diff/20001/pydir/szbuild.py#newcode272 pydir/szbuild.py:272: exit() exit(1) I think https://codereview.chromium.org/2068593003/diff/20001/pydir/szbuild.py#newcode273 pydir/szbuild.py:273: if not '-fsanitize-address' ...
4 years, 6 months ago (2016-06-15 00:19:35 UTC) #3
tlively
https://codereview.chromium.org/2068593003/diff/20001/pydir/szbuild.py File pydir/szbuild.py (right): https://codereview.chromium.org/2068593003/diff/20001/pydir/szbuild.py#newcode272 pydir/szbuild.py:272: exit() On 2016/06/15 00:19:35, stichnot wrote: > exit(1) > ...
4 years, 6 months ago (2016-06-15 00:26:31 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/2068593003/diff/40001/pydir/szbuild.py File pydir/szbuild.py (right): https://codereview.chromium.org/2068593003/diff/40001/pydir/szbuild.py#newcode274 pydir/szbuild.py:274: args.sz_args.append('-fsanitize-address') I think you still want to append -fsanitize-address ...
4 years, 6 months ago (2016-06-15 05:21:16 UTC) #5
Karl
https://codereview.chromium.org/2068593003/diff/60001/tests_lit/asan_tests/startinitcall.ll File tests_lit/asan_tests/startinitcall.ll (right): https://codereview.chromium.org/2068593003/diff/60001/tests_lit/asan_tests/startinitcall.ll#newcode14 tests_lit/asan_tests/startinitcall.ll:14: ; DUMP-NEXT: define internal void @notStart( Wouldn't be safer ...
4 years, 6 months ago (2016-06-15 14:19:28 UTC) #6
tlively
https://codereview.chromium.org/2068593003/diff/40001/pydir/szbuild.py File pydir/szbuild.py (right): https://codereview.chromium.org/2068593003/diff/40001/pydir/szbuild.py#newcode274 pydir/szbuild.py:274: args.sz_args.append('-fsanitize-address') On 2016/06/15 05:21:16, stichnot wrote: > I think ...
4 years, 6 months ago (2016-06-15 16:32:00 UTC) #7
Karl
lgtm
4 years, 6 months ago (2016-06-15 16:38:34 UTC) #8
tlively
4 years, 6 months ago (2016-06-15 17:00:30 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
4e81fe0a5429c103509c8380de8dc7d779f67134 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698