Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20544 )
Change subject: [thirdparty] build gperftools with libunwind support ...................................................................... [thirdparty] build gperftools with libunwind support This patch enables libunwind support when building gperftools. That's to add stracktrace collection option based on libunwind: it seems that might be useful with current version of gperftools library (2.8.1) where frame-pointer-based option isn't available for aarch64, so the only collection method is libgcc-based. Change-Id: I59b307e3ee3ff9464934ef60ca439dcfcd496a2c Reviewed-on: http://gerrit.cloudera.org:8080/20544 Tested-by: Kudu Jenkins Reviewed-by: Marton Greber <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M CMakeLists.txt M thirdparty/build-definitions.sh 2 files changed, 38 insertions(+), 10 deletions(-) Approvals: Kudu Jenkins: Verified Marton Greber: Looks good to me, but someone else must approve Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20544 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I59b307e3ee3ff9464934ef60ca439dcfcd496a2c Gerrit-Change-Number: 20544 Gerrit-PatchSet: 5 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
