Commit a0ef9b2
committed
[llvm][DebugInfo][ObjC] Fix argument oreder of setter/getter to DIObjDIObjCProperty constructor
Depends on llvm#165373
This caused the `DW_AT_APPLE_property_(setter|getter)` to be inverted when compiling from LLVM IR.1 parent 0d16de6 commit a0ef9b2
File tree
2 files changed
+5
-4
lines changed- llvm
- lib/AsmParser
- test/DebugInfo/Generic
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6341 | 6341 | | |
6342 | 6342 | | |
6343 | 6343 | | |
6344 | | - | |
6345 | | - | |
| 6344 | + | |
| 6345 | + | |
6346 | 6346 | | |
6347 | 6347 | | |
6348 | 6348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments