[PATCH] D28002: [LLD] Use cpio -it instead of cpio -t

Mark Kettenis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 21 03:16:02 PST 2016


kettenis added a comment.

My guess is that it is an (undocumented) GNU extension. FreeBSD's libarchive-based cpio obviously attempts to implement the GNU extensions. 
OpenBSD used a different cpio implementation inherited from NetBSD, and we generally avoid implementing GNU extensions to encourage our
users to write portable code/scripts.  FWIW, the Solaris cpio doesn't accept -t without -i either.


https://reviews.llvm.org/D28002





More information about the llvm-commits mailing list