[Libclc-dev] [PATCH 2/2] .travis: Add llvm-7 build

Jan Vesely via Libclc-dev libclc-dev at lists.llvm.org
Sun Sep 16 07:44:23 PDT 2018


thank you.
I pushed all 3.

Jan

On Fri, Sep 14, 2018 at 10:50 PM Aaron Watry via Libclc-dev <
libclc-dev at lists.llvm.org> wrote:

> These 2 look ok to me.
>
>
> --Aaron
> On Wed, Sep 12, 2018 at 5:01 PM Jan Vesely via Libclc-dev
> <libclc-dev at lists.llvm.org> wrote:
> >
> > 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
> > _______________________________________________
> > Libclc-dev mailing list
> > Libclc-dev at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/libclc-dev
> _______________________________________________
> Libclc-dev mailing list
> Libclc-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/libclc-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libclc-dev/attachments/20180916/372ad0a5/attachment.html>


More information about the Libclc-dev mailing list