Zoltan Martonka has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20336
Change subject: [ubuntu-22.04] tsan build will compile on ubuntu 22.04 ...................................................................... [ubuntu-22.04] tsan build will compile on ubuntu 22.04 There are 2 thing missing from llvm 11: + SIGSTKSZ is no longer a constant in the newer glibc, so caching it in a static variable can result in a crash. + "/usr/bin/krb5-config --libs gssapi" brings the config "-flto=auto", which is handled correctly by clang > 14.0. We can just igore it with clang 11 for now. Change-Id: Ib9493a9f7212c26a9cfc1e6a6015340cc5fbfdc5 --- M thirdparty/download-thirdparty.sh A thirdparty/patches/llvm-Address-D100645-comment-eliminate-double-stacksize-calc.patch A thirdparty/patches/llvm-Sanitizer-built-against-glibc-2_34-doesnt-work.patch A thirdparty/patches/llvm-ignore-flto-values.diff 4 files changed, 71 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/36/20336/1 -- To view, visit http://gerrit.cloudera.org:8080/20336 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib9493a9f7212c26a9cfc1e6a6015340cc5fbfdc5 Gerrit-Change-Number: 20336 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Martonka <[email protected]>
