Commit 38af19b
committed
IRGen/ABI: fix count of requirements in getAddrOfGenericEnvironment
`irgen::addGenericRequirements` will later filter out Copyable
and Escapable requirements, so this field's count isn't accurate
if it's using the pre-filtered number.
This should in theory only affect the metadata emission for keypaths,
specifically, the caller `IRGenModule::getAddrOfKeyPathPattern`.1 parent b30f635 commit 38af19b
2 files changed
+35
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4665 | 4665 | | |
4666 | 4666 | | |
4667 | 4667 | | |
| 4668 | + | |
| 4669 | + | |
| 4670 | + | |
| 4671 | + | |
4668 | 4672 | | |
4669 | 4673 | | |
4670 | | - | |
| 4674 | + | |
4671 | 4675 | | |
4672 | 4676 | | |
4673 | 4677 | | |
| |||
4694 | 4698 | | |
4695 | 4699 | | |
4696 | 4700 | | |
4697 | | - | |
| 4701 | + | |
4698 | 4702 | | |
4699 | 4703 | | |
4700 | 4704 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments