[clang] [llvm] [clang][sycl][nvlink] Share static library linking in Frontend/Offloading (PR #201253)

Yury Plyakhin via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 4 09:55:07 PDT 2026


================
@@ -20,10 +20,6 @@
 ; RUN: not clang-sycl-linker -o %t.out 2>&1 | FileCheck %s --check-prefix=NO-INPUT
 ; NO-INPUT: No input files provided
 ;
-; Test non-existent input file
----------------
YuriPlyakhin wrote:

Can we keep this diagnostic? I think it is useful. BTW, copilot suggested below how it can be restored.

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


More information about the cfe-commits mailing list