================ @@ -29,7 +13,7 @@ // RUN: cp %t/tu0.o %t/tu1.o // RUN: llvm-ar cr %t/libSDL2.a %t/tu1.o -// RUN: %clang -### --target=x86_64-linux-gnu --offload-new-driver -fgpu-rdc \ +// RUN: %clang -### --target=x86_64-linux-gnu --offload-link -fgpu-rdc \ ---------------- jhuber6 wrote:
Yes, `--offload-new-driver` used to imply the offloading toolchain, but now that it's going away we use `--offload-link` to enable it. That was always the intended mechanism for what `--offload-new-driver` used to be doing here. https://github.com/llvm/llvm-project/pull/211924 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
