[all-commits] [llvm/llvm-project] 7fb6fa: [llvm][DebugInfo][test] Add LLVM tests for Objecti...
Michael Buch via All-commits
all-commits at lists.llvm.org
Wed Oct 29 02:03:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7fb6faedceee8f61b8abd406173489a43cdb229b
https://github.com/llvm/llvm-project/commit/7fb6faedceee8f61b8abd406173489a43cdb229b
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-10-29 (Wed, 29 Oct 2025)
Changed paths:
A llvm/test/DebugInfo/Generic/objc-property.ll
Log Message:
-----------
[llvm][DebugInfo][test] Add LLVM tests for Objective-C property debug-info (#165373)
The IR->DWARF pipeline was not properly tested before. This patch adds a
test to generate DWARF for various `DIObjCProperty` constructions.
This caught a couple of bugs:
1. The `DW_AT_APPLE_property_getter` and `DW_AT_APPLE_property_setter`
properties were emitted the wrong way around.
2. The `DW_TAG_member` ivars were not linking back to the property that
they back.
These will be fixed in follow-up patches.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list