File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
# REQUIRES: linux
3
3
4
4
_Z20__spirv_ocl_prefetchPKcm
Original file line number Diff line number Diff line change 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
2
2
# REQUIRES: linux
3
3
4
4
# CHECK: The following symbols are missing from the new object file:
You can’t perform that action at this time.
0 commit comments