File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ _start:
220
220
221
221
## Test erroring on a recursive response file, but only once.
222
222
# RUN: echo @%t.responsefile > %t.responsefile
223
- # RUN: not ld.lld %t @%t.responsefile 2>&1 | FileCheck %s --check-prefix=RECRSP
223
+ # RUN: env LLD_IN_TEST=1 not ld.lld %t @%t.responsefile 2>&1 | FileCheck %s --check-prefix=RECRSP
224
224
# RECRSP: recursive expansion of: '{{.*}}.responsefile'
225
225
# RECRSP-NOT: recursive expansion of
226
226
Original file line number Diff line number Diff line change 2
2
3
3
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
4
4
## Test that we only write to "-" once.
5
- # RUN: LLD_IN_TEST=2 ld.lld %t.o -o - > %t1
5
+ # RUN: env LLD_IN_TEST=2 ld.lld %t.o -o - > %t1
6
6
# RUN: llvm-objdump -d %t1 | FileCheck %s
7
7
8
8
# CHECK: nop
You can’t perform that action at this time.
0 commit comments