Dan Burkert has uploaded a new patch set (#2). Change subject: C++11: Simplify thirdparty TSAN build ......................................................................
C++11: Simplify thirdparty TSAN build This commit addresses Adar's feedback on the C++11 patch. TSAN instrumented dependencies are now always built on Linux and installed into an alternate prefix. This commit will be squashed into the C++11 mega patch prior to submission. Change-Id: I5e9824db19383556da88053779bdde1e66cdfa44 --- M CMakeLists.txt M README.adoc M build-support/tools/kudu-lint/cmake_modules/FindLLVM.cmake M cmake_modules/FindBitshuffle.cmake M cmake_modules/FindCrcutil.cmake M cmake_modules/FindGFlags.cmake M cmake_modules/FindGLog.cmake M cmake_modules/FindGMock.cmake M cmake_modules/FindGPerf.cmake M cmake_modules/FindLibEv.cmake M cmake_modules/FindLz4.cmake M cmake_modules/FindProtobuf.cmake M cmake_modules/FindSnappy.cmake M cmake_modules/FindZlib.cmake M thirdparty/.gitignore A thirdparty/build-definitions.sh M thirdparty/build-if-necessary.sh M thirdparty/build-thirdparty.sh M thirdparty/download-thirdparty.sh M thirdparty/vars.sh 20 files changed, 651 insertions(+), 673 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/63/1763/2 -- To view, visit http://gerrit.cloudera.org:8080/1763 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I5e9824db19383556da88053779bdde1e66cdfa44 Gerrit-PatchSet: 2 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: Todd Lipcon <[email protected]>
