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 34cea44862 [dsymutil] Don't emit .debug_pubnames and .debug_pubtypes
Consider the .debug_pubnames and .debug_pubtypes their own kind of
accelerator and stop emitting them together with the Apple-style
accelerator tables. The only reason we were still emitting both was for
(byte-for-byte) compatibility with dsymutil-classic.

 - This patch adds a new accelerator table kind "Pub" which can be
   specified with --accelerator=Pub.
 - This patch removes the ability to emit both pubnames/types and apple
   style accelerator tables. I don't think anyone is relying on that but
   it's worth pointing out.
 - This patch removes the --minimize option and makes this behavior the
   default. Specifying the flag will result in a warning but won't abort
   the program.

Differential revision: https://reviews.llvm.org/D99907
2021-04-06 19:01:45 -07:00
..
BinaryHolder.cpp [dsymutil] Compare object modification times using second precision 2021-01-20 18:45:30 -08:00
BinaryHolder.h [dsymutil] Warn on timestmap mismatch between object file and debug map 2021-01-13 09:15:30 -08:00
CFBundle.cpp
CFBundle.h
CMakeLists.txt
DebugMap.cpp [llvm] Drop unnecessary make_range (NFC) 2021-01-09 09:25:00 -08:00
DebugMap.h [llvm] Drop unnecessary const from return types (NFC) 2021-01-31 10:23:43 -08:00
dsymutil.cpp [dsymutil] Don't emit .debug_pubnames and .debug_pubtypes 2021-04-06 19:01:45 -07:00
dsymutil.h
DwarfLinkerForBinary.cpp [dsymutil] Don't emit .debug_pubnames and .debug_pubtypes 2021-04-06 19:01:45 -07:00
DwarfLinkerForBinary.h [dsymutil][DWARFLinker][NFC] make AddressManager not depending on the order of checks for relocations. 2021-01-31 16:34:10 +03:00
LinkUtils.h [dsymutil] Don't emit .debug_pubnames and .debug_pubtypes 2021-04-06 19:01:45 -07:00
MachODebugMapParser.cpp [dsymutil] Only look for ThinLTO suffixes if we failed to find symbol. 2021-03-23 10:55:48 -07:00
MachOUtils.cpp [dsymutil] Copy eh_frame content into the dSYM companion file. 2021-01-12 19:50:34 -08:00
MachOUtils.h
Options.td [dsymutil] Don't emit .debug_pubnames and .debug_pubtypes 2021-04-06 19:01:45 -07:00
Reproducer.cpp
Reproducer.h
SymbolMap.cpp
SymbolMap.h