You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2016/04/01 06:52:12 UTC

incubator-kudu git commit: Fix OSX build breakage with clang versions newer than 700

Repository: incubator-kudu
Updated Branches:
  refs/heads/branch-0.8.x 60c155cf0 -> a8622e6ae


Fix OSX build breakage with clang versions newer than 700

Change-Id: I1c54ae7a7e2fe12b4d9d305f4dcd5343ffa6ba86
Reviewed-on: http://gerrit.cloudera.org:8080/2692
Reviewed-by: Dan Burkert <da...@cloudera.com>
Tested-by: Kudu Jenkins
(cherry picked from commit 5eb9fcf9ecc646c36c95c1fa041ee485c74824c8)
Reviewed-on: http://gerrit.cloudera.org:8080/2694
Reviewed-by: Jean-Daniel Cryans


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

Branch: refs/heads/branch-0.8.x
Commit: a8622e6ae69af7f4ba76e8c440edf776a94026c7
Parents: 60c155c
Author: Misty Stanley-Jones <ms...@cloudera.com>
Authored: Thu Mar 31 16:50:12 2016 -0700
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Fri Apr 1 03:51:53 2016 +0000

----------------------------------------------------------------------
 cmake_modules/CompilerInfo.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/a8622e6a/cmake_modules/CompilerInfo.cmake
----------------------------------------------------------------------
diff --git a/cmake_modules/CompilerInfo.cmake b/cmake_modules/CompilerInfo.cmake
index 66c0d7b..d77080c 100644
--- a/cmake_modules/CompilerInfo.cmake
+++ b/cmake_modules/CompilerInfo.cmake
@@ -33,7 +33,7 @@ elseif("${COMPILER_VERSION_FULL}" MATCHES ".*based on LLVM.*")
     COMPILER_VERSION "${COMPILER_VERSION_FULL}")
 
 # clang on Mac OS X, XCode 7.
-elseif("${COMPILER_VERSION_FULL}" MATCHES ".*clang-700\\..*")
+elseif("${COMPILER_VERSION_FULL}" MATCHES ".*clang-7")
   set(COMPILER_FAMILY "clang")
   set(COMPILER_VERSION "3.7.0svn")