[libc-commits] [clang] [libc] [openmp] [Clang] Remove the old LLVM offloading driver entirely (PR #211924)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Thu Aug 13 07:00:42 PDT 2026


================
@@ -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


More information about the libc-commits mailing list