You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by al...@apache.org on 2023/01/15 20:23:57 UTC

[kudu] branch master updated: Adds architecture: PowerPC to LLVM_TARGETS_TO_BUILD

This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 76c1c4a24 Adds architecture: PowerPC to LLVM_TARGETS_TO_BUILD
76c1c4a24 is described below

commit 76c1c4a24f8c6dae6215b541cfde99be253cccc0
Author: harinreddy <hn...@us.ibm.com>
AuthorDate: Sun Sep 18 22:24:24 2022 -0500

    Adds architecture: PowerPC to LLVM_TARGETS_TO_BUILD
    
    This patch includes  “PowerPC” in the llvm targets to be built
    in the thirdparty directory.
    
    LLVM_TARGETS_TO_BUILD="X86;AArch64;PowerPC"
    
            modified:   thirdparty/build-definitions.sh
    
    Change-Id: Id3979189cd4202257820db11888d8d78a05beb21
    Reviewed-on: http://gerrit.cloudera.org:8080/19013
    Tested-by: Alexey Serbin <al...@apache.org>
    Reviewed-by: Alexey Serbin <al...@apache.org>
---
 thirdparty/build-definitions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/build-definitions.sh b/thirdparty/build-definitions.sh
index 95f485c6f..f78926b89 100644
--- a/thirdparty/build-definitions.sh
+++ b/thirdparty/build-definitions.sh
@@ -341,7 +341,7 @@ build_llvm() {
     -DLLVM_INCLUDE_EXAMPLES=OFF \
     -DLLVM_INCLUDE_TESTS=OFF \
     -DLLVM_INCLUDE_UTILS=OFF \
-    -DLLVM_TARGETS_TO_BUILD="X86;AArch64" \
+    -DLLVM_TARGETS_TO_BUILD="X86;AArch64;PowerPC" \
     -DLLVM_ENABLE_RTTI=ON \
     -DCMAKE_CXX_FLAGS="$CLANG_CXXFLAGS" \
     -DCMAKE_EXE_LINKER_FLAGS="$CLANG_LDFLAGS" \