1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/include/llvm/Object
David Callahan a4726764ec Only computeRelativePath() on new members
Summary:
When using thin archives, and processing the same archive multiple times, we were mangling existing entries.  The root cause is that we were calling computeRelativePath() more than once.   Here, we only call it when adding new members to an archive.

Note that D27218 changes the way thin archives are printed, and will break the new unit test included here.  Depending on which one lands first, the other will need to be slightly modified.

Reviewers: rafael, davide

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D27217

llvm-svn: 288280
2016-11-30 22:32:58 +00:00
..
Archive.h [Object] Replace TimeValue with std::chrono 2016-10-24 13:38:27 +00:00
ArchiveWriter.h Only computeRelativePath() on new members 2016-11-30 22:32:58 +00:00
Binary.h [WebAssembly] Add llvm-objdump support for wasm file format 2016-11-30 16:49:11 +00:00
COFF.h Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers. 2016-11-22 03:38:40 +00:00
COFFImportFile.h Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers. 2016-11-22 03:38:40 +00:00
ELF.h [ELF] Convert ELF.h to Expected<T>. 2016-11-16 05:10:28 +00:00
ELFObjectFile.h Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers. 2016-11-22 03:38:40 +00:00
ELFTypes.h Fix comment typos. NFC. 2016-11-20 13:47:59 +00:00
Error.h [Object/ELF] - Make getSymbol() return Error. 2016-11-03 08:40:55 +00:00
IRObjectFile.h Object: Add IRObjectFile::getTargetTriple(). 2016-11-24 01:13:09 +00:00
MachO.h Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers. 2016-11-22 03:38:40 +00:00
MachOUniversal.h Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary 2016-06-28 23:16:13 +00:00
ModuleSummaryIndexObjectFile.h Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers. 2016-11-22 03:38:40 +00:00
ObjectFile.h [WebAssembly] Add llvm-objdump support for wasm file format 2016-11-30 16:49:11 +00:00
RelocVisitor.h [bpf] fix dwarf elf relocs and line numbers 2016-11-21 06:21:23 +00:00
StackMapParser.h [Stackmap] Added callsite counts to emitted function information. 2016-09-14 20:22:03 +00:00
SymbolicFile.h Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers. 2016-11-22 03:38:40 +00:00
SymbolSize.h Fix llvm-symbolizer to correctly sort a symbol array and calculate symbol sizes 2016-11-15 21:07:03 +00:00
Wasm.h [WebAssembly] Add llvm-objdump support for wasm file format 2016-11-30 16:49:11 +00:00