You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2017/01/10 00:42:45 UTC

[3/3] kudu git commit: thirdparty: upgrade to llvm 3.9.1

thirdparty: upgrade to llvm 3.9.1

Rarely, some builds break due to this bug [1], which is fixed in LLVM 3.9.1.

1. https://llvm.org/bugs/show_bug.cgi?id=30709

Change-Id: I23440b30a4cd1eb8ba3e54a0d0267c89f6065167
Reviewed-on: http://gerrit.cloudera.org:8080/5650
Tested-by: Kudu Jenkins
Reviewed-by: Dan Burkert <da...@apache.org>
Reviewed-by: Todd Lipcon <to...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/1ceaa7b2
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/1ceaa7b2
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/1ceaa7b2

Branch: refs/heads/master
Commit: 1ceaa7b2b1777449775809c2653fb16a84518fbd
Parents: ccb34a7
Author: Adar Dembo <ad...@cloudera.com>
Authored: Mon Jan 9 13:44:58 2017 -0800
Committer: Adar Dembo <ad...@cloudera.com>
Committed: Tue Jan 10 00:42:24 2017 +0000

----------------------------------------------------------------------
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/1ceaa7b2/thirdparty/vars.sh
----------------------------------------------------------------------
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 80cffea..b8d8b0e 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -142,7 +142,7 @@ LIBUNWIND_SOURCE=$TP_SOURCE_DIR/$LIBUNWIND_NAME
 # 7. Unpack the libc++abi tarball as projects/libcxxabi
 # 8. Create new tarball from the resulting source tree
 #
-LLVM_VERSION=3.9.0
+LLVM_VERSION=3.9.1
 LLVM_NAME=llvm-$LLVM_VERSION.src
 LLVM_SOURCE=$TP_SOURCE_DIR/$LLVM_NAME