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.
2 parents 3adbab3 + e443302 commit 786ac12Copy full SHA for 786ac12
test/DebugInfo/bbentry-location.swift
@@ -14,7 +14,7 @@ class ActionViewController
14
let itemProvider = provider as! NSItemProvider
15
// CHECK: load {{.*}}selector
16
// CHECK:; <label>{{.*}} ; preds = %{{[0-9]+}}
17
-// CHECK: @rt_swift_allocObject({{.*}}, !dbg ![[DBG:[0-9]+]]
+// CHECK: @swift_rt_swift_allocObject({{.*}}, !dbg ![[DBG:[0-9]+]]
18
// Test that the location is reset at the entry of a new basic block.
19
// CHECK: ![[DBG]] = {{.*}}line: 0
20
if itemProvider.hasItemConformingToTypeIdentifier("") {
0 commit comments