[llvm-branch-commits] [clang] release/19.x: [Clang] Correctly forward `--cuda-path` to the nvlink wrapper (#100170) (PR #100216)
Joseph Huber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jul 23 14:31:29 PDT 2024
================
@@ -43,7 +42,7 @@
// RUN: -check-prefixes=YML %s
// Check handling of bad plugin.
-// RUN: not clang-linker-wrapper \
+// RUN: not clang-linker-wrapper --dry-run \
----------------
jhuber6 wrote:
```suggestion
// RUN: not clang-linker-wrapper \
```
https://github.com/llvm/llvm-project/pull/100216
More information about the llvm-branch-commits
mailing list