[Libclc-dev] [PATCH 3/2] travis: enable checks of nvptx libraries

Jeroen Ketema via Libclc-dev libclc-dev at lists.llvm.org
Mon Oct 9 12:21:36 PDT 2017


LGTM.

-- Jeroen

> On 8 Oct 2017, at 22:35, Jan Vesely via Libclc-dev <libclc-dev at lists.llvm.org> wrote:
> 
> Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
> ---
> .travis.yml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index fc703bb..27fa5f7 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -13,7 +13,7 @@ matrix:
>         - LABEL="make gcc LLVM-3.9"
>         - LLVM_VERSION=3.9
>         - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
> -        - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc"
> +        - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc nvptx--nvidiacl.bc nvptx64--nvidiacl.bc"
>       addons:
>         apt:
>           sources:
> @@ -28,7 +28,7 @@ matrix:
>         - LABEL="make gcc LLVM-4.0"
>         - LLVM_VERSION=4.0
>         - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
> -        - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc"
> +        - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc nvptx--nvidiacl.bc nvptx64--nvidiacl.bc"
>       addons:
>         apt:
>           sources:
> @@ -43,7 +43,7 @@ matrix:
>         - LABEL="make gcc LLVM-5.0"
>         - LLVM_VERSION=5.0
>         - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
> -        - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc"
> +        - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc nvptx--nvidiacl.bc nvptx64--nvidiacl.bc"
>       addons:
>         apt:
>           sources:
> -- 
> 2.13.6
> 
> _______________________________________________
> Libclc-dev mailing list
> Libclc-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/libclc-dev



More information about the Libclc-dev mailing list