llvm-6502/tools/dsymutil
Frederic Riss 00d14ddf9d [dsymutil] Check archive members timestamps.
The debug map contains the timestamp of the object files in references.
We do not check these in the general case, but it's really useful if
you have archives where different versions of an object file have been
appended. This allows llvm-dsymutil to find the right one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242965 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-22 23:24:00 +00:00
..
BinaryHolder.cpp [dsymutil] Check archive members timestamps. 2015-07-22 23:24:00 +00:00
BinaryHolder.h [dsymutil] Check archive members timestamps. 2015-07-22 23:24:00 +00:00
CMakeLists.txt add missing dependency on Target lib for tools 2015-06-03 19:07:51 +00:00
DebugMap.cpp [dsymutil] Check archive members timestamps. 2015-07-22 23:24:00 +00:00
DebugMap.h [dsymutil] Check archive members timestamps. 2015-07-22 23:24:00 +00:00
dsymutil.cpp [dsymutil] Implement ODR uniquing for C++ code. 2015-07-21 22:41:43 +00:00
dsymutil.h [dsymutil] Implement ODR uniquing for C++ code. 2015-07-21 22:41:43 +00:00
DwarfLinker.cpp [dsymutil] Check archive members timestamps. 2015-07-22 23:24:00 +00:00
LLVMBuild.txt [dsymutil] Add the DwarfStreamer class. 2015-02-28 00:29:11 +00:00
MachODebugMapParser.cpp [dsymutil] Check archive members timestamps. 2015-07-22 23:24:00 +00:00
Makefile [dsymutil] Add the DwarfStreamer class. 2015-02-28 00:29:11 +00:00