Hello Andrew Wong, Philip Zeyliger,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/11834
to review the following change.
Change subject: thirdparty: work around an upstream LLVM build race
......................................................................
thirdparty: work around an upstream LLVM build race
There is a long-standing race[1] in LLVM's build that seems to only manifest
when the compiler-rt LLVM project (used for sanitizers and the like) is
built via make with certain values of -j.
I spent some quality time with the compiler-rt build but was unable to find
its root cause, so instead let's work around it in our own build.
1. https://bugs.llvm.org/show_bug.cgi?id=26054
Change-Id: Ia3bf2a171b85d34326e187a4d14dbffe7326100d
---
M thirdparty/build-definitions.sh
1 file changed, 21 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/34/11834/1
--
To view, visit http://gerrit.cloudera.org:8080/11834
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3bf2a171b85d34326e187a4d14dbffe7326100d
Gerrit-Change-Number: 11834
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Philip Zeyliger <[email protected]>