diff options
Diffstat (limited to 'llvm/lib/Object/ArchiveWriter.cpp')
-rw-r--r-- | llvm/lib/Object/ArchiveWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/ArchiveWriter.cpp b/llvm/lib/Object/ArchiveWriter.cpp index abd25c4..19d2eff 100644 --- a/llvm/lib/Object/ArchiveWriter.cpp +++ b/llvm/lib/Object/ArchiveWriter.cpp @@ -698,7 +698,7 @@ computeMemberData(raw_ostream &StringTable, raw_ostream &SymNames, // UniqueTimestamps is a special case to improve debugging on Darwin: // // The Darwin linker does not link debug info into the final - // binary. Instead, it emits entries of type N_OSO in in the output + // binary. Instead, it emits entries of type N_OSO in the output // binary's symbol table, containing references to the linked-in // object files. Using that reference, the debugger can read the // debug data directly from the object files. Alternatively, an |