Skip to content

Commit 306c72c

Browse files
committed
Update derived file header in archive_writer.rs
Missed this in #2
1 parent 744f808 commit 306c72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/archive_writer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77

88
// Derived from:
9-
// * https://github.com/llvm/llvm-project/blob/8ef3e895ad8ab1724e2b87cabad1dacdc7a397a3/llvm/include/llvm/Object/ArchiveWriter.h
10-
// * https://github.com/llvm/llvm-project/blob/8ef3e895ad8ab1724e2b87cabad1dacdc7a397a3/llvm/lib/Object/ArchiveWriter.cpp
9+
// * https://github.com/llvm/llvm-project/blob/3d3ef9d073e1e27ea57480b371b7f5a9f5642ed2/llvm/include/llvm/Object/ArchiveWriter.h
10+
// * https://github.com/llvm/llvm-project/blob/3d3ef9d073e1e27ea57480b371b7f5a9f5642ed2/llvm/lib/Object/ArchiveWriter.cpp
1111

1212
use std::collections::HashMap;
1313
use std::io::{self, Cursor, Seek, Write};

0 commit comments

Comments
 (0)