[llvm-bugs] [Bug 28923] New: cpio not commonly available on Linux or Windows, consider testing for availability in LLD tests

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 10 08:49:06 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=28923

            Bug ID: 28923
           Summary: cpio not commonly available on Linux or Windows,
                    consider testing for availability in LLD tests
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: rnk at google.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

ELF/reproduce-windows.s fails for me on Windows, and I just noticed it also
fails on Linux:

$ "cpio" "-t"
# command stderr:
'cpio': command not found
error: command failed with exit status: 127

Probably the lit.cfg file should test if cpio is available and only run the
test if so.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160810/8894c0db/attachment.html>


More information about the llvm-bugs mailing list