[Libclc-dev] [PATCH 5/5] travis: Check built libraries on llvm-3.9

Jan Vesely via Libclc-dev libclc-dev at lists.llvm.org
Wed Sep 20 21:06:56 PDT 2017


Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
amdhsa, nvptx, and llvm >= 4 still produce unresolved calls (mostly
because of calls to image functions.

 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index ede5a29..dcd40be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +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"
       addons:
         apt:
           sources:
@@ -54,3 +55,6 @@ matrix:
 
 script:
   - $PYTHON ./configure.py --with-llvm-config=$LLVM_CONFIG --with-cxx-compiler=$CXX && make -j4
+  - for f in $CHECK_FILES; do
+        ./check_external_calls.sh built_libs/$f;
+    done
-- 
2.13.5



More information about the Libclc-dev mailing list