diff options
author | Qiu Chaofan <qcf@ecnelises.com> | 2025-09-19 03:46:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-18 12:46:10 -0700 |
commit | e8311f8ebc18066e774832b9c594697f28b6ca60 (patch) | |
tree | 807a7f5f381f69505ef15f85fcaa1996e0afc299 /llvm/lib/Support/CommandLine.cpp | |
parent | de9a50a8a4151e194559b38a7bd56a9aa5bd2539 (diff) | |
download | llvm-e8311f8ebc18066e774832b9c594697f28b6ca60.zip llvm-e8311f8ebc18066e774832b9c594697f28b6ca60.tar.gz llvm-e8311f8ebc18066e774832b9c594697f28b6ca60.tar.bz2 |
[DebugInfo] Emit skeleton to avoid mismatching inlining flags (#153568)
This actually reverts 418120556398c01550d42500d56e6d328290185b.
The original commit omits unit with all symbols inlined into current
one, which leads to crash when a module using split-dwarf inlined a
function from another module with mismatched split-dwarf-inlining
option. This revert guarantees that DIEs are created in both DWO and the
skeleton sections whenever split-dwarf is active.
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions