diff options
| author | Liu Ke <liuke.gehry@bytedance.com> | 2025-10-28 11:53:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 11:53:08 +0800 |
| commit | 8ee5c40fcff7b90b19cff3d0a103f1b658cf29b9 (patch) | |
| tree | b96ff08ea824f2bcad738461d87dd04317e4a02d /llvm/lib/Support/LSP/CMakeLists.txt | |
| parent | 7de1a17cc64bfcd1f0de055682d562dfb6476fb2 (diff) | |
| download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 | |
Using the DWP's cu_index/tu_index only loads the DWO units from the
.debug_info.dwo section for hash, which works fine in DWARF5. However,
tu_index points to .debug_types.dwo section in DWARF4, which can cause
the type unit to be lost due to the incorrect loading target. (Related
discussion in
[811b60f](https://github.com/llvm/llvm-project/commit/811b60f0b99dad4b2989d21dde38d49155b0c4f9))
This patch supports to get the type unit for hash from .debug_types.dwo
section in DWARF4.
Diffstat (limited to 'llvm/lib/Support/LSP/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions
