================ @@ -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 \ ---------------- maarquitos14 wrote:
Why is `--offload-link` replacing `--offload-new-driver` here? Is this intended? https://github.com/llvm/llvm-project/pull/211924 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
