Skip to content

Commit 7df4364

Browse files
committed
Account for spaces in paths from lit substitutions
1 parent 7c8c158 commit 7df4364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/COFF/thin-archive.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# SYMTAB: ?f@@YAHXZ in
2323
# NO-SYMTAB-NOT: ?f@@YAHXZ in
2424

25-
# RUN: echo /entry:main %t.main.obj /out:%t.exe > %t.rsp
25+
# RUN: echo "/entry:main \"%t.main.obj\" /out:\"%t.exe\"" > %t.rsp
2626

2727
# RUN: lld-link @%t.rsp %t.lib /verbose 2>&1 | \
2828
# RUN: FileCheck %s --check-prefix=LOAD_NON_THIN

0 commit comments

Comments
 (0)