Grant Henke has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/16746


Change subject: [build] Fix LLVM build on Xcode 12.2
......................................................................

[build] Fix LLVM build on Xcode 12.2

When building with the latest Xcode version (12.2) I found thatL the LVVM
build failed to build sanitizer_platform_limits_posix.cpp due to the stats64
type missing. Given we don’t need the sanitizers, I disabled building them
to work around the issue.

Example error message:
kudu/thirdparty/src/llvm-9.0.0.src/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc:169:31:
 error: invalid application of 'sizeof' to an incomplete type 'struct stat64'
  unsigned struct_stat64_sz = sizeof(struct stat64);

Change-Id: I17ea2de460aac4142469c95af201b17554c4f751
---
M thirdparty/build-definitions.sh
1 file changed, 9 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/46/16746/1
--
To view, visit http://gerrit.cloudera.org:8080/16746
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I17ea2de460aac4142469c95af201b17554c4f751
Gerrit-Change-Number: 16746
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <granthe...@apache.org>

Reply via email to