Add a link to the format description.

llvm-svn: 269102
This commit is contained in:
Rafael Espindola 2016-05-10 19:26:55 +00:00
parent b5ece527a1
commit f72914f42a
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,8 @@ static void maybePrintCpioMember(StringRef Path, StringRef Data) {
// Print the trailer and seek back. This way we have a valid archive if we
// crash.
// See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html#tag_20_92_13_11
// for the format details.
uint64_t Pos = OS.tell();
maybePrintCpioMemberAux(OS, "TRAILER!!!", "");
OS.seek(Pos);