diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2016-05-10 19:26:55 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2016-05-10 19:26:55 +0000 |
commit | f72914f42a31320dac8effd8fb50df9f2ee00be8 (patch) | |
tree | 97439180b204d2e6edce750fb3a6725e24446184 | |
parent | b5ece527a15dd3e4da40edffc0360831fe473a53 (diff) | |
download | bcm5719-llvm-f72914f42a31320dac8effd8fb50df9f2ee00be8.tar.gz bcm5719-llvm-f72914f42a31320dac8effd8fb50df9f2ee00be8.zip |
Add a link to the format description.
llvm-svn: 269102
-rw-r--r-- | lld/ELF/DriverUtils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/ELF/DriverUtils.cpp b/lld/ELF/DriverUtils.cpp index 23e3ac12ac6..06b0b651de8 100644 --- a/lld/ELF/DriverUtils.cpp +++ b/lld/ELF/DriverUtils.cpp @@ -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); |