Commit Graph

2 Commits

Author SHA1 Message Date
Andrew Trick
fcedfca6d5 Fix arm64e lit tests for -sil-print-types
Fixes rdar://141001921 (OSS Swift CI:
oss-swift_tools-RA_stdlib-DA_test-device-non_executable failed:
test: IRGen/loadable_by_address_objc
test: SILGen/ptrauth_field_fptr_import)
2024-12-05 14:10:00 -08:00
Arnold Schwaighofer
d89bf2893b IRGen: Properly adjust the closure type of a partial_apply of an objc_method
It needs to match with the (large loadable) lowered closure type in the rest of
the program: Large types in the signature need to be passed indirectly.

rdar://127367321
2024-05-22 09:39:15 -07:00