]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/reproduce-error.s
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / ELF / reproduce-error.s
1 # REQUIRES: shell
2 # Extracting the tar archive can get over the path limit on windows.
3
4 # RUN: rm -rf %t.dir
5 # RUN: mkdir -p %t.dir
6 # RUN: cd %t.dir
7
8 # RUN: not ld.lld --reproduce repro.tar abc -o t 2>&1 | FileCheck %s
9 # CHECK: cannot open abc: {{N|n}}o such file or directory
10
11 # RUN: tar xf repro.tar
12 # RUN: FileCheck --check-prefix=RSP %s < repro/response.txt
13 # RSP: abc
14 # RSP: -o t