File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 11RUN: not ld.lld -plugin %S/Inputs/plugin.so 2>&1 | FileCheck %s
2- RUN: not ld.lld -plugin=%S/Inputs/plugin.so 2>&1 | FileCheck %s
3- RUN: not ld.lld --plugin %S/Inputs/plugin.so 2>&1 | FileCheck %s
42RUN: not ld.lld --plugin=%S/Inputs/plugin.so 2>&1 | FileCheck %s
53
6- RUN: cd %S
7- RUN: not ld.lld -plugin Inputs/plugin.so 2>&1 | FileCheck %s
8- RUN: not ld.lld -plugin=Inputs/plugin.so 2>&1 | FileCheck %s
9- RUN: not ld.lld --plugin Inputs/plugin.so 2>&1 | FileCheck %s
10- RUN: not ld.lld --plugin=Inputs/plugin.so 2>&1 | FileCheck %s
11-
124CHECK: no input files
135CHECK-NOT: unknown argument
146
157RUN: not ld.lld -plugin foo 2>&1 | FileCheck --check-prefix=MISSING %s
16- RUN: not ld.lld -plugin=foo 2>&1 | FileCheck --check-prefix=MISSING %s
17- RUN: not ld.lld --plugin foo 2>&1 | FileCheck --check-prefix=MISSING %s
188RUN: not ld.lld --plugin=foo 2>&1 | FileCheck --check-prefix=MISSING %s
199
2010MISSING: Cannot find plugin foo
You can’t perform that action at this time.
0 commit comments