1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/dsymutil
Frederic Riss 956eb975ec [dsymutil] Make the triple detection more strict.
MachOObjectFile offers a method for detecting the correct triple, use
it instead of the previous approximation. This doesn't matter right
now, but it will become important for mach-o universal (fat) binaries.

llvm-svn: 243095
2015-07-24 06:41:04 +00:00
..
BinaryHolder.cpp [dsymutil] Make the triple detection more strict. 2015-07-24 06:41:04 +00:00
BinaryHolder.h [dsymutil] Make the triple detection more strict. 2015-07-24 06:41:04 +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] Make the triple detection more strict. 2015-07-24 06:41:04 +00:00
Makefile [dsymutil] Add the DwarfStreamer class. 2015-02-28 00:29:11 +00:00