[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:28 PDT 2024
================
@@ -23,14 +22,14 @@
// RUN: %t/host-x86_64-unknown-linux-gnu.s
// Check plugin, -passes, and no remarks.
-// RUN: clang-linker-wrapper -o a.out --embed-bitcode \
+// RUN: clang-linker-wrapper -o a.out --embed-bitcode --dry-run \
----------------
jhuber6 wrote:
```suggestion
// RUN: clang-linker-wrapper -o a.out --embed-bitcode \
```
https://github.com/llvm/llvm-project/pull/100216
More information about the llvm-branch-commits
mailing list