Skip to content

Commit 5b9206d

Browse files
committed
[Driver] Fix nvlink wrapper test
1 parent 68e2b69 commit 5b9206d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/nvlink-wrapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ int baz() { return y + x; }
8282
//
8383
// Check that '-plugin` is ingored like in `ld.lld`
8484
//
85-
// RUN: clang-nvlink-wrapper --dry-run %t.o -plugin -arch sm_52 -o a.out \
85+
// RUN: clang-nvlink-wrapper --dry-run %t.o -plugin foo.so -arch sm_52 -o a.out \
8686
// RUN: 2>&1 | FileCheck %s --check-prefix=PLUGIN
8787
// PLUGIN-NOT: -plugin

0 commit comments

Comments
 (0)