[Libclc-dev] [PATCH 2/2] .travis: Add llvm-7 build
Jan Vesely via Libclc-dev
libclc-dev at lists.llvm.org
Wed Sep 12 15:01:55 PDT 2018
On Wed, 2018-09-12 at 17:45 -0400, Jan Vesely wrote:
> Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
> ---
> .travis.yml | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index e1b558f..22688c6 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -73,6 +73,26 @@ matrix:
> # From sources above
> - llvm-6.0-dev
> - clang-6.0
> + - env:
> + - LABEL="make gcc LLVM-7"
> + - LLVM_VERSION=7
> + - 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 nvptx--nvidiacl.bc nvptx64--nvidiacl.bc"
> + # llvm passes -Werror=date-time which is only supported in gcc-4.9+
> + - MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
> + addons:
> + apt:
> + sources:
> + - sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-7 main'
> + key_url: https://apt.llvm.org/llvm-snapshot.gpg.key
> + - ubuntu-toolchain-r-test
> + packages:
> + - libedit-dev
> + # LLVM-7 needs libstdc++4.9
> + - g++-4.9
> + # From sources above
> + - llvm-7-dev
> + - clang-7
>
> before_install:
> - eval "${MATRIX_EVAL}"
a successful build can be seen here:
https://travis-ci.org/jvesely/libclc/builds/427889739
Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/libclc-dev/attachments/20180912/8acd8473/attachment.sig>
More information about the Libclc-dev
mailing list