[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:00 PDT 2026
================
@@ -51,7 +51,7 @@
// RUN: rm -rf %t && mkdir %t
// RUN: touch %t/a.o %t/b.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:
Same question than above.
https://github.com/llvm/llvm-project/pull/211924
More information about the libc-commits
mailing list