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 3939
4040# RUN: rm %t.lib.obj
4141# 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
4343# 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
4545# 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
4747# 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
4949
5050# ERR-NOT: error: could not get the buffer for the member defining
5151# 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