Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19933 )
Change subject: KUDU-3479 Put some patches back into LLVM 11 ...................................................................... KUDU-3479 Put some patches back into LLVM 11 Commit fb6dc60621aa49f214b06d70527860c6a26c0e15 added two patches for LLVM to fix build issue on Ubuntu 21.10. However, in commit 543e128d473f8f7836e605bba8cd6512fa918550 when I upgraded LLVM from 9 to 11, I forgot to check whether the previously added patches were contained in the newer LLVM version. As it turns out not. This commit backports those two patches for LLVM 11 and adds them back into the build. This issue came up during RHEL9 build experiments. Change-Id: Ic7f9fa27aa1cde5e6ee93a87e536e71b20a67785 Reviewed-on: http://gerrit.cloudera.org:8080/19933 Tested-by: Kudu Jenkins Reviewed-by: Zoltan Chovan <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M thirdparty/download-thirdparty.sh M thirdparty/patches/llvm-remove-cyclades-inclusion-in-sanitizer.patch 2 files changed, 36 insertions(+), 34 deletions(-) Approvals: Kudu Jenkins: Verified Zoltan Chovan: Looks good to me, but someone else must approve Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19933 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic7f9fa27aa1cde5e6ee93a87e536e71b20a67785 Gerrit-Change-Number: 19933 Gerrit-PatchSet: 4 Gerrit-Owner: Marton Greber <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]>
