1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/tools/dsymutil
Jonas Devlieghere 8e74c099a0 [dsymutil] Emit an error when the Mach-O exceeds the 4GB limit.
The Mach-O object file format is limited to 4GB because its used of
32-bit offsets in the header. It is possible for dsymutil to (silently)
emit an invalid binary. Instead of having consumers deal with this, emit
an error instead.
2021-05-24 16:29:06 -07:00
..
BinaryHolder.cpp
BinaryHolder.h
CFBundle.cpp
CFBundle.h
CMakeLists.txt
DebugMap.cpp
DebugMap.h
dsymutil.cpp [dsymutil] Emit an error when the Mach-O exceeds the 4GB limit. 2021-05-24 16:29:06 -07:00
dsymutil.h
DwarfLinkerForBinary.cpp [dsymutil] Add flag to force a static variable to keep its enclosing function 2021-04-28 11:33:04 -07:00
DwarfLinkerForBinary.h
LinkUtils.h [dsymutil] Add flag to force a static variable to keep its enclosing function 2021-04-28 11:33:04 -07:00
MachODebugMapParser.cpp
MachOUtils.cpp
MachOUtils.h
Options.td [dsymutil] Add flag to force a static variable to keep its enclosing function 2021-04-28 11:33:04 -07:00
Reproducer.cpp
Reproducer.h
SymbolMap.cpp
SymbolMap.h