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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
