Skip to content

Commit

Permalink
[SYCL] Fix failing ABI tests when LLVM_LIBDIR_SUFFIX is set (#1605)
Browse files Browse the repository at this point in the history
Make ABI tests look for libsycl in the correct directory.

Signed-off-by: Andrea Bocci <andrea.bocci@cern.ch>
  • Loading branch information
fwyzard authored May 2, 2020
1 parent 277f315 commit 95ded99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sycl/test/abi/sycl_symbols_linux.dump
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RUN: env LLVM_BIN_PATH=%llvm_build_bin_dir python %sycl_tools_src_dir/abi_check.py --mode check_symbols --reference %s %llvm_build_lib_dir/libsycl.so
# RUN: env LLVM_BIN_PATH=%llvm_build_bin_dir python %sycl_tools_src_dir/abi_check.py --mode check_symbols --reference %s %sycl_libs_dir/libsycl.so
# REQUIRES: linux

_Z20__spirv_ocl_prefetchPKcm
Expand Down
2 changes: 1 addition & 1 deletion sycl/test/tools/abi_check_negative.dump
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RUN: not env LLVM_BIN_PATH=%llvm_build_bin_dir python %sycl_tools_src_dir/abi_check.py --mode check_symbols --reference %s %llvm_build_lib_dir/libsycl.so | FileCheck %s
# RUN: not env LLVM_BIN_PATH=%llvm_build_bin_dir python %sycl_tools_src_dir/abi_check.py --mode check_symbols --reference %s %sycl_libs_dir/libsycl.so | FileCheck %s
# REQUIRES: linux

# CHECK: The following symbols are missing from the new object file:
Expand Down

0 comments on commit 95ded99

Please sign in to comment.