Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(36)

Issue 6277044: Add ASan option "use_internal_symbolizer" (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by samsonov
Modified:
11 years, 11 months ago
Reviewers:
kcc1
Base URL:
https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/asan/
Visibility:
Public.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Re-use existing "symbolize" flag #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -5 lines) Patch
M asan_rtl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M asan_stack.cc View 1 2 chunks +24 lines, -4 lines 2 comments Download

Messages

Total messages: 4
kcc1
http://codereview.appspot.com/6277044/diff/1/asan_rtl.cc File asan_rtl.cc (right): http://codereview.appspot.com/6277044/diff/1/asan_rtl.cc#newcode55 asan_rtl.cc:55: bool FLAG_use_internal_symbolizer = 0; we already have FLAG_symbolize for ...
11 years, 11 months ago (2012-06-04 10:27:19 UTC) #1
samsonov
http://codereview.appspot.com/6277044/diff/1/asan_rtl.cc File asan_rtl.cc (right): http://codereview.appspot.com/6277044/diff/1/asan_rtl.cc#newcode55 asan_rtl.cc:55: bool FLAG_use_internal_symbolizer = 0; On 2012/06/04 10:27:21, kcc1 wrote: ...
11 years, 11 months ago (2012-06-04 10:53:52 UTC) #2
kcc1
LGTM http://codereview.appspot.com/6277044/diff/5001/asan_stack.cc File asan_stack.cc (right): http://codereview.appspot.com/6277044/diff/5001/asan_stack.cc#newcode54 asan_stack.cc:54: while (entry) { I'd actually prefer a 'for' ...
11 years, 11 months ago (2012-06-04 11:11:09 UTC) #3
samsonov
11 years, 11 months ago (2012-06-04 11:21:55 UTC) #4
r157924

http://codereview.appspot.com/6277044/diff/5001/asan_stack.cc
File asan_stack.cc (right):

http://codereview.appspot.com/6277044/diff/5001/asan_stack.cc#newcode54
asan_stack.cc:54: while (entry) {
On 2012/06/04 11:11:09, kcc1 wrote:
> I'd actually prefer a 'for' loop here. 

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b