Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21043 )
Change subject: IMPALA-12807: Add mold linker ...................................................................... IMPALA-12807: Add mold linker This adds the mold linker to the toolchain. Mold is a new linker that claims to be significantly faster than gold/lld. Even though it won't be linked into the Impala executable, it uses C++20 and needs to be build with the toolchain GCC 10+ compiler. Testing: - Ran a local build and used mold to build Impala Change-Id: Ifc1ad3744ea9d0ff7bf111193652a21542d2b2cf Reviewed-on: http://gerrit.cloudera.org:8080/21043 Reviewed-by: Michael Smith <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- M buildall.sh A source/mold/build.sh 2 files changed, 44 insertions(+), 0 deletions(-) Approvals: Michael Smith: Looks good to me, approved Joe McDonnell: Verified -- To view, visit http://gerrit.cloudera.org:8080/21043 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ifc1ad3744ea9d0ff7bf111193652a21542d2b2cf Gerrit-Change-Number: 21043 Gerrit-PatchSet: 3 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
