diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2021-01-11 16:17:51 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2021-01-12 19:50:34 -0800 |
commit | 8a47d875b071823455931bbc119ca1e455559176 (patch) | |
tree | cc064592ef95f45868ced92d4c3b9c3063134939 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | f454c9f102a7f0df9d2802e30538192d4fe2f97a (diff) | |
download | llvm-8a47d875b071823455931bbc119ca1e455559176.zip llvm-8a47d875b071823455931bbc119ca1e455559176.tar.gz llvm-8a47d875b071823455931bbc119ca1e455559176.tar.bz2 |
[dsymutil] Copy eh_frame content into the dSYM companion file.
Copy over the __eh_frame from the binary into the dSYM. This helps
kernel developers that are working with only dSYMs (i.e. no binaries)
when debugging a core file. This only kicks in when the __eh_frame
exists in the linked binary. Most of the time ld64 will remove the
section in favor of compact unwind info. When it is emitted, it's
generally small enough and should not bloat the dSYM.
rdar://69774935
Differential revision: https://reviews.llvm.org/D94460
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions