aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
diff options
context:
space:
mode:
authorMichael Buch <michaelbuch12@gmail.com>2025-10-31 10:25:58 +0000
committerGitHub <noreply@github.com>2025-10-31 10:25:58 +0000
commit10fbbb62ceb688a3ed0f6dfd95a8b545aa39ca74 (patch)
treea53767822a505ef92ecaad08bf0852ba5989818b /llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
parent31a0ebb8400a5171bae90d65b5faef55a18cf91a (diff)
downloadllvm-10fbbb62ceb688a3ed0f6dfd95a8b545aa39ca74.zip
llvm-10fbbb62ceb688a3ed0f6dfd95a8b545aa39ca74.tar.gz
llvm-10fbbb62ceb688a3ed0f6dfd95a8b545aa39ca74.tar.bz2
[llvm][DebugInfo][ObjC] Make sure we link backing ivars to their DW_TAG_APPLE_property (#165409)
Depends on: * https://github.com/llvm/llvm-project/pull/165373 When an Objective-C property has a backing ivar, we would previously not add a `DW_AT_APPLE_property` to the ivar's `DW_TAG_member`. This is what was intended based on the [Objective-C DebugInfo docs](https://github.com/llvm/llvm-project/blob/main/llvm/docs/SourceLevelDebugging.rst#proposal) but is not what LLVM currently generates. LLDB currently doesn't ever try linking the `ObjCPropertyDecl`s to their `ObjCIvarDecl`s, but if we wanted to, this debug-info patch is a pre-requisite.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp')
0 files changed, 0 insertions, 0 deletions