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

Marcos Maronas via libc-commits libc-commits at lists.llvm.org
Thu Aug 13 06:58:01 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 \
----------------
maarquitos14 wrote:

Why is `--offload-link` replacing `--offload-new-driver` here? Is this intended?

https://github.com/llvm/llvm-project/pull/211924


More information about the libc-commits mailing list