[all-commits] [llvm/llvm-project] 5eea4f: [lld-macho] Add flag --keep-icf-stabs to LLD for M...
alx32 via All-commits
all-commits at lists.llvm.org
Mon May 27 19:08:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5eea4f44250e9af0f21a573d982fd84573c77826
https://github.com/llvm/llvm-project/commit/5eea4f44250e9af0f21a573d982fd84573c77826
Author: alx32 <103613512+alx32 at users.noreply.github.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M lld/MachO/Config.h
M lld/MachO/Driver.cpp
M lld/MachO/Options.td
M lld/MachO/SyntheticSections.cpp
M lld/test/MachO/stabs-icf.s
Log Message:
-----------
[lld-macho] Add flag --keep-icf-stabs to LLD for MachO (#93137)
This change adds the `--keep-icf-stabs` which, when specified, preserves
symbols that were folded by ICF in the binary's stabs entries.
This allows `dsymutil` to process debug information for the folded
symbols.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list