[clang] [llvm] [clang][sycl][nvlink] Share static library linking in Frontend/Offloading (PR #201253)
Joel E. Denny via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 9 09:16:14 PDT 2026
jdenny-ornl wrote:
> cmake -G Ninja -S llvm -B offload-build -C offload/cmake/caches/Offload.cmake -DLLVM_INCLUDE_TESTS=ON -DOFFLOAD_INCLUDE_TESTS=ON -DLIBOMPTARGET_FORCE_NVIDIA_TESTS=ON ninja -C offload-build check-openmp
I have no experience with this approach. Hopefully @jhuber6 can offer more advice.
> Still see no failures. Considering that `check-libomptarget` target doesn't exist, I suspect there still some differences in envonment.
It does not exist for me either. `check-offload` runs some of the affected tests.
https://github.com/llvm/llvm-project/pull/201253
More information about the cfe-commits
mailing list