Dan Burkert has submitted this change and it was merged. Change subject: Fix gcov weak symbol declaration on OS X ......................................................................
Fix gcov weak symbol declaration on OS X OS X's weak symbol semantics are different than Linux, so we have to jump through some preprocessor hoops to get the gcov symbols to work correctly. Change-Id: I03be748427c9a811ae8fbcb208b077be8a8d9db6 Reviewed-on: http://gerrit.cloudera.org:8080/2494 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/util/debug-util.cc 1 file changed, 9 insertions(+), 0 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2494 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I03be748427c9a811ae8fbcb208b077be8a8d9db6 Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
