File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
40
40
# RUN: rm %t.lib.obj
41
41
# RUN: lld-link @%t.rsp %t.lib 2>&1 | \
42
- # RUN: FileCheck --check-prefix=ERR --allow-empty %s
42
+ # RUN: FileCheck %s --check-prefix=ERR --allow-empty
43
43
# RUN: env LLD_IN_TEST=1 not lld-link @%t.rsp %t_thin.lib 2>&1 | \
44
- # RUN: FileCheck --check-prefix=NOOBJ %s
44
+ # RUN: FileCheck %s --check-prefix=NOOBJ
45
45
# RUN: env LLD_IN_TEST=1 not lld-link @%t.rsp /wholearchive:%t_thin.lib 2>&1 | \
46
- # RUN: FileCheck --check-prefix=NOOBJWHOLE %s
46
+ # RUN: FileCheck %s --check-prefix=NOOBJWHOLE
47
47
# RUN: env LLD_IN_TEST=1 not lld-link @%t.rsp %t_thin.lib /demangle:no 2>&1 | \
48
- # RUN: FileCheck --check-prefix=NOOBJNODEMANGLE %s
48
+ # RUN: FileCheck %s --check-prefix=NOOBJNODEMANGLE
49
49
50
50
# ERR-NOT: error: could not get the buffer for the member defining
51
51
# NOOBJ: error: could not get the buffer for the member defining symbol int __cdecl f(void): {{.*}}.lib({{.*}}.lib.obj):
You can’t perform that action at this time.
0 commit comments