1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-04 16:48:04 +03:00
mold/macho
Luboš Luňák 2af30acbb2 simplify opt_demangle setup
Setting it on demand is racy, and also not necessary, it's enough
to set it together with ctx.arg.demangle .

Signed-off-by: Luboš Luňák <l.lunak@centrum.cz>
2022-06-09 12:40:09 +02:00
..
arch-arm64.cc [Mach-O] Fix thread-local variables 2022-05-31 16:54:05 +08:00
arch-x86-64.cc Refactor 2022-05-30 13:39:53 +08:00
cmdline.cc simplify opt_demangle setup 2022-06-09 12:40:09 +02:00
dead-strip.cc [Mach-O] Support a local reference to a personality function 2022-06-04 20:17:16 +08:00
dumper.cc [Mach-O] Rename variables 2022-06-02 18:18:42 +08:00
input-files.cc Refactor 2022-06-06 18:52:14 +08:00
input-sections.cc [Mach-O] Deduplicate comdat sections 2022-05-22 16:37:14 +08:00
lto.cc [Mach-O] Handle private extern symbols 2022-06-02 21:27:10 +08:00
lto.h [Mach-O][ELF] Add a cleanup handler 2022-05-16 20:14:52 +08:00
macho.h [Mach-O] Fix a constant 2022-06-04 20:17:16 +08:00
main.cc [Mach-O] Fix an assertion failure 2022-06-07 20:15:47 +08:00
mapfile.cc [Mach-O] Fix a crash bug 2022-06-02 18:05:31 +08:00
mold.h [Mach-O] Add -weak-l<LIB> 2022-06-06 14:02:28 +08:00
output-chunks.cc [Mach-O] Fix an assertion failure 2022-06-07 20:15:47 +08:00
tapi.cc [Mach-O] Do not include duplicated symbols from re-exported libs 2022-06-07 14:46:16 +08:00
yaml.cc Refactor 2022-06-05 11:45:45 +08:00