We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e2b69 commit 5b9206dCopy full SHA for 5b9206d
clang/test/Driver/nvlink-wrapper.c
@@ -82,6 +82,6 @@ int baz() { return y + x; }
82
//
83
// Check that '-plugin` is ingored like in `ld.lld`
84
85
-// RUN: clang-nvlink-wrapper --dry-run %t.o -plugin -arch sm_52 -o a.out \
+// RUN: clang-nvlink-wrapper --dry-run %t.o -plugin foo.so -arch sm_52 -o a.out \
86
// RUN: 2>&1 | FileCheck %s --check-prefix=PLUGIN
87
// PLUGIN-NOT: -plugin
0 commit comments