[all-commits] [llvm/llvm-project] dda95d: [llvm][DebugInfo][ObjC] Fix argument order of sett...
Michael Buch via All-commits
all-commits at lists.llvm.org
Wed Oct 29 02:43:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dda95d90c91cf8c20b00778ee1366d0a9754d704
https://github.com/llvm/llvm-project/commit/dda95d90c91cf8c20b00778ee1366d0a9754d704
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-10-29 (Wed, 29 Oct 2025)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/test/DebugInfo/Generic/objc-property.ll
Log Message:
-----------
[llvm][DebugInfo][ObjC] Fix argument order of setter/getter to DIObjCProperty constructor (#165401)
Depends on:
* https://github.com/llvm/llvm-project/pull/165373
This caused the `DW_AT_APPLE_property_(setter|getter)` to be inverted
when compiling from LLVM IR.
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