forked from OSchip/llvm-project
				
			
							parent
							
								
									b5ece527a1
								
							
						
					
					
						commit
						f72914f42a
					
				| 
						 | 
					@ -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
 | 
					  // Print the trailer and seek back. This way we have a valid archive if we
 | 
				
			||||||
  // crash.
 | 
					  // 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();
 | 
					  uint64_t Pos = OS.tell();
 | 
				
			||||||
  maybePrintCpioMemberAux(OS, "TRAILER!!!", "");
 | 
					  maybePrintCpioMemberAux(OS, "TRAILER!!!", "");
 | 
				
			||||||
  OS.seek(Pos);
 | 
					  OS.seek(Pos);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue