mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #85203 from DougGregor/clang-decl-asmname
This commit is contained in:
@@ -30,8 +30,8 @@ import MyModule
|
||||
|
||||
// CHECK-SIL: // main()
|
||||
// CHECK-SIL-NEXT: sil [used] @$e8MyModule4mains5Int32VyF : $@convention(thin) () -> Int32 {
|
||||
// CHECK-SIL: // main
|
||||
// CHECK-SIL-NEXT: sil [thunk] [used] @main : $@convention(c) () -> Int32
|
||||
// CHECK-SIL: // @objc main
|
||||
// CHECK-SIL-NEXT: sil [thunk] [used] [asmname "main"] @$e8MyModule4mains5Int32VyFTo : $@convention(c) () -> Int32
|
||||
// CHECK-SIL: // foo()
|
||||
// CHECK-SIL-NEXT: sil [used] @$e8MyModule3fooyyF : $@convention(thin) () -> () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user