mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[DebugInfo] Update tests to expect new LLVM debug format
This commit is contained in:
@@ -4,7 +4,7 @@ func markUsed<T>(_ t: T) {}
|
||||
|
||||
func main() {
|
||||
// CHECK: define hidden swiftcc void @"$s3any4mainyyF"
|
||||
// CHECK: call void @llvm.dbg.declare(metadata ptr {{.*}}, metadata ![[S:.*]], metadata !DIExpression()), !dbg ![[DBG:.*]]
|
||||
// CHECK: #dbg_declare(ptr {{.*}}, ![[S:.*]], !DIExpression(), ![[DBG:.*]])
|
||||
// CHECK: ![[S]] = !DILocalVariable(name: "s", {{.*}}line: [[@LINE+2]]
|
||||
// CHECK: ![[DBG]] = !DILocation(line: [[@LINE+1]], column: 7,
|
||||
var s: Any = "hello world"
|
||||
|
||||
Reference in New Issue
Block a user