[Libclc-dev] [PATCH 1/1] travis: Add build using llvm-6

Jan Vesely via Libclc-dev libclc-dev at lists.llvm.org
Thu Mar 8 12:01:49 PST 2018


Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
 .travis.yml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 27fa5f7..a36c9cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,6 +54,28 @@ matrix:
             # From sources above
             - llvm-5.0-dev
             - clang-5.0
+    - env:
+        - LABEL="make gcc LLVM-6.0"
+        - LLVM_VERSION=6.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 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-6.0 main'
+            - ubuntu-toolchain-r-test
+          packages:
+            - libedit-dev
+            # LLVM-6 needs libstdc++4.9
+            - g++-4.9
+            # From sources above
+            - llvm-6.0-dev
+            - clang-6.0
+
+before_install:
+    - eval "${MATRIX_EVAL}"
 
 script:
   - $PYTHON ./configure.py --with-llvm-config=$LLVM_CONFIG --with-cxx-compiler=$CXX && make -j4
-- 
2.14.3



More information about the Libclc-dev mailing list