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

Issue 5671052: AddressSanitizer: remove pthread.h and signal.h on Mac in favor of declarations (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by samsonov
Modified:
12 years, 2 months ago
CC:
llvm-commits_cs.uiuc.edu
Base URL:
https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/asan/
Visibility:
Public.

Description

AddressSanitizer: remove pthread.h and signal.h on Mac in favor of declarations

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M asan_interceptors.cc View 1 chunk +9 lines, -3 lines 3 comments Download

Messages

Total messages: 3
samsonov
Kostya, just to make sure - is this CL fine on a path of cleaning ...
12 years, 2 months ago (2012-02-15 10:10:22 UTC) #1
glider
LGTM http://codereview.appspot.com/5671052/diff/1/asan_interceptors.cc File asan_interceptors.cc (right): http://codereview.appspot.com/5671052/diff/1/asan_interceptors.cc#newcode19 asan_interceptors.cc:19: #include "asan_mac.h" On 2012/02/15 10:10:22, samsonov wrote: > ...
12 years, 2 months ago (2012-02-15 10:17:03 UTC) #2
kcc
12 years, 2 months ago (2012-02-15 18:14:53 UTC) #3
http://codereview.appspot.com/5671052/diff/1/asan_interceptors.cc
File asan_interceptors.cc (right):

http://codereview.appspot.com/5671052/diff/1/asan_interceptors.cc#newcode37
asan_interceptors.cc:37: // intercepted functions. We need this declarations on
Mac to get addresses of
this->these
I also suggest to have the declarations adjacent to the interceptor definition
and not under ifdef __APPLE__.
Sign in to reply to this message.

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