2016-11-10 04:54:01 +08:00
|
|
|
# Extracting the cpio archive can get over the path limit on windows.
|
|
|
|
# REQUIRES: shell
|
2016-05-04 01:30:44 +08:00
|
|
|
|
|
|
|
# RUN: rm -rf %t.dir
|
|
|
|
# RUN: mkdir -p %t.dir
|
|
|
|
# RUN: cd %t.dir
|
|
|
|
|
|
|
|
# RUN: not ld.lld --reproduce repro abc -o t 2>&1 | FileCheck %s
|
|
|
|
# CHECK: cannot open abc: {{N|n}}o such file or directory
|
|
|
|
|
|
|
|
# RUN: grep TRAILER repro.cpio
|
2016-11-10 04:42:34 +08:00
|
|
|
# RUN: cpio -id < repro.cpio
|
2016-11-10 04:54:01 +08:00
|
|
|
# RUN: FileCheck --check-prefix=RSP %s < repro/response.txt
|
2016-05-04 01:30:44 +08:00
|
|
|
# RSP: abc
|
|
|
|
# RSP: -o t
|