mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
ABI: Change the mangling prefix from _T0 to $S
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
import weak_other
|
||||
|
||||
// CHECK-LABEL: sil hidden @_T021weak_multiple_modules11doSomething2uiSb0A6_other2UIC_tF : $@convention(thin) (@owned UI) -> Bool
|
||||
// CHECK-LABEL: sil hidden @$S21weak_multiple_modules11doSomething2uiSb0A6_other2UIC_tF : $@convention(thin) (@owned UI) -> Bool
|
||||
func doSomething(ui: UI) -> Bool {
|
||||
// CHECK: ref_element_addr
|
||||
// CHECK-objc: load_unowned
|
||||
|
||||
Reference in New Issue
Block a user