diff options
author | alx32 <103613512+alx32@users.noreply.github.com> | 2024-04-18 11:42:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 11:42:22 -0700 |
commit | 2a3a79ce4c2149d7787d56f9841b66cacc9061d0 (patch) | |
tree | 93f38bb2fe09176be23061b5b118bbd983ed7d47 /lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | |
parent | a71c1b34525c836ab8fbefe4cc3029699ac208a4 (diff) | |
download | llvm-2a3a79ce4c2149d7787d56f9841b66cacc9061d0.zip llvm-2a3a79ce4c2149d7787d56f9841b66cacc9061d0.tar.gz llvm-2a3a79ce4c2149d7787d56f9841b66cacc9061d0.tar.bz2 |
[lld-macho][NFC] Preserve original symbol isec, unwindEntry and size (#88357)
Currently, when moving symbols from one `InputSection` to another (like
in ICF) we directly update the symbol's `isec`, `unwindEntry` and
`size`. By doing this we lose the original information. This information
will be needed in a future change. Since when moving symbols we always
set the symbol's `wasCoalesced` and `isec-> replacement`, we can just
use this info to conditionally get the information we need at access
time.
Diffstat (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp')
0 files changed, 0 insertions, 0 deletions