Commit Graph

2 Commits

Author SHA1 Message Date
Pavel Yaskevich
8efdec1d4e [Tests] NFC: Don't attempt to run test-case for rdar://128667580 remotely or on device
The test has dependent object files from Objective-C and is not
expected to be run remotely or on device.
2024-08-23 10:57:59 -07:00
Pavel Yaskevich
5d243bd8a2 [IRGen] Move marker protocol stripping from mangleTypeSymbol to mangleTypeForFlatUniqueTypeRef
The original check introduced by https://github.com/apple/swift/pull/71855
is too broad. For concrete metadata we call the runtime demangler so
we need to strip off marker protocols when mangling that string and
`mangleTypeForReflection` already does that.
2024-06-04 21:58:59 -07:00