We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e166ec9 commit 1fd0061Copy full SHA for 1fd0061
test/DebugInfo/resilient_debug_value.sil
@@ -8,7 +8,6 @@
8
// RUN: %target-swift-frontend -g -I %t -emit-ir %s -o - | %FileCheck %s
9
10
// REQUIRES: CPU=arm64 || CPU=x86_64
11
-// REQUIRES: rdar102535969
12
13
import resilient_struct
14
@@ -22,7 +21,7 @@ bb0:
22
21
%1 = tuple ()
23
return %1 : $()
24
}
25
-
26
-// CHECK: %assertions.debug = alloca i8*
27
-// CHECK: %assertions = alloca i8, i64 %size
28
-// CHECK: store i8* %assertions, i8** %assertions.debug
+// CHECK: define{{.*}} swiftcc void @test_debug_value_resilient()
+// CHECK: [[ASSERTIONSDBG:%.*]] = alloca i8*
+// CHECK: [[ASSERTIONS:%.*]] = alloca i8, i64 %size
+// CHECK: store i8* [[ASSERTIONS]], i8** [[ASSERTIONSDBG]]
0 commit comments