annotate lld/test/ELF/reproduce-backslash.s @ 192:d7606dcf6fce

Added tag llvm10 for changeset 0572611fdcc8
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2020 18:01:34 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 # REQUIRES: x86, system-linux
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 # Test that we don't erroneously replace \ with / on UNIX, as it's
anatofuz
parents:
diff changeset
4 # legal for a filename to contain backslashes.
anatofuz
parents:
diff changeset
5 # RUN: rm -rf %t.dir && mkdir -p %t.dir
anatofuz
parents:
diff changeset
6 # RUN: llvm-mc %s -o %t.dir/foo\\.o -filetype=obj -triple=x86_64-pc-linux
anatofuz
parents:
diff changeset
7 # RUN: ld.lld %t.dir/foo\\.o --reproduce %t.dir/repro.tar -o /dev/null
anatofuz
parents:
diff changeset
8 # RUN: tar tf %t.dir/repro.tar | FileCheck %s
anatofuz
parents:
diff changeset
9
anatofuz
parents:
diff changeset
10 # CHECK: repro/{{.*}}/foo\{{[\]?}}.o