Merge pull request #85203 from DougGregor/clang-decl-asmname

This commit is contained in:
Doug Gregor
2025-11-01 20:46:50 -07:00
committed by GitHub
95 changed files with 905 additions and 757 deletions

View File

@@ -51,8 +51,8 @@ func asyncFunc() async {
// CHECK-SIL: bb1(%3 : $()):
// CHECK-SIL-NEXT: %4 = integer_literal $Builtin.Int32, 0
// CHECK-SIL-NEXT: %5 = struct $Int32 (%4 : $Builtin.Int32)
// CHECK-SIL-NEXT: // function_ref exit
// CHECK-SIL-NEXT: %6 = function_ref @exit : $@convention(c) (Int32) -> Never
// CHECK-SIL-NEXT: // function_ref @objc exit(_:)
// CHECK-SIL-NEXT: %6 = function_ref @$sSo4exitys5NeverOs5Int32VFTo : $@convention(c) (Int32) -> Never
// CHECK-SIL-NEXT: %7 = apply %6(%5) : $@convention(c) (Int32) -> Never
// CHECK-SIL-NEXT: unreachable