Skip to content

Commit a55b3bf

Browse files
committed
[SYCL] Fix failing ABI tests when LLVM_LIBDIR_SUFFIX is set
Make ABI tests look for libsycl in the correct directory. Signed-off-by: Andrea Bocci <andrea.bocci@cern.ch>
1 parent 1a5165e commit a55b3bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test/abi/sycl_symbols_linux.dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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
1+
# 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
22
# REQUIRES: linux
33

44
_Z20__spirv_ocl_prefetchPKcm

sycl/test/tools/abi_check_negative.dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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
1+
# 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
22
# REQUIRES: linux
33

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

0 commit comments

Comments
 (0)