forked from OSchip/llvm-project
parent
9e04befb09
commit
0b3b813172
|
@ -3,7 +3,7 @@
|
||||||
# Test that we don't erroneously replace \ with / on UNIX, as it's
|
# Test that we don't erroneously replace \ with / on UNIX, as it's
|
||||||
# legal for a filename to contain backslashes.
|
# legal for a filename to contain backslashes.
|
||||||
# RUN: llvm-mc %s -o foo\\.o -filetype=obj -triple=x86_64-pc-linux
|
# RUN: llvm-mc %s -o foo\\.o -filetype=obj -triple=x86_64-pc-linux
|
||||||
# RUN: ld.lld foo\\.o --reproduce repro
|
# RUN: ld.lld foo\\.o --reproduce repro.tar
|
||||||
# RUN: tar tf repro.tar | FileCheck %s
|
# RUN: tar tf repro.tar | FileCheck %s
|
||||||
|
|
||||||
# CHECK: repro/{{.*}}/foo\\.o
|
# CHECK: repro/{{.*}}/foo\\.o
|
||||||
|
|
Loading…
Reference in New Issue