You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/10 21:00:49 UTC

[kudu-CR] Fix ASAN on OS X

Hello David Ribeiro Alves, Adar Dembo,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2107

to review the following change.

Change subject: Fix ASAN on OS X
......................................................................

Fix ASAN on OS X

ASAN works on OS X, but LSAN does not (it is Linux only). This commit disables
the ScopedLSANDisabler on non-Linux platforms, and removes the explicit lsan
enable flags when running tests. The flags were only necessary for very old, no
longer supported Clang versions.

Change-Id: I46d6d416415e2fb549522ea8aa422ce78fd396da
---
M build-support/run-test.sh
M src/kudu/util/debug/leakcheck_disabler.h
2 files changed, 2 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/07/2107/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2107
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I46d6d416415e2fb549522ea8aa422ce78fd396da
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <da...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: David Ribeiro Alves <da...@cloudera.com>