[libclc] 50/92: travis: Enable external function call checks on llvm-{4, 5}

Andreas Boll aboll-guest at moszumanska.debian.org
Mon Nov 6 15:12:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

aboll-guest pushed a commit to branch master
in repository libclc.

commit 2bb15f4aaac2810eb2df81a35c868f81e8af2b8f
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date:   Tue Oct 10 18:10:24 2017 +0000

    travis: Enable external function call checks on llvm-{4,5}
    
    Reviewer: Aaron Watry
    Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@315342 91177308-0d34-0410-b5e6-96231b3b80d8
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 84cf407..fc703bb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +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"
       addons:
         apt:
           sources:
@@ -42,6 +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"
       addons:
         apt:
           sources:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list