[clang] [llvm] [clang][sycl][nvlink] Share static library linking in Frontend/Offloading (PR #201253)
Alexey Bader via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 4 10:00:49 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
----------------
bader wrote:
> BTW, copilot suggested below how it can be restored.
Can you point to the suggestion?
@jhuber6, by sharing the code, we inherited nvlink-wrapper behavior - ignore non-existent files. Are you okay if nvlink-wrapper will report an error for this case?
https://github.com/llvm/llvm-project/pull/201253
More information about the cfe-commits
mailing list