mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 22:12:15 +00:00
Update a test to support Symbol Mangling V0
This commit is contained in:
parent
b8de591b65
commit
05a6f65d81
@ -4,9 +4,9 @@
|
||||
// can correctly merge the debug info if it merges the inlined code (e.g., for merging of tail
|
||||
// calls to panic.
|
||||
|
||||
// CHECK: tail call void @_ZN4core6option13unwrap_failed17h{{([0-9a-z]{16})}}E
|
||||
// CHECK: tail call void @{{[A-Za-z0-9_]+4core6option13unwrap_failed}}
|
||||
// CHECK-SAME: !dbg ![[#first_dbg:]]
|
||||
// CHECK: tail call void @_ZN4core6option13unwrap_failed17h{{([0-9a-z]{16})}}E
|
||||
// CHECK: tail call void @{{[A-Za-z0-9_]+4core6option13unwrap_failed}}
|
||||
// CHECK-SAME: !dbg ![[#second_dbg:]]
|
||||
|
||||
// CHECK-DAG: ![[#func_dbg:]] = distinct !DISubprogram(name: "unwrap<i32>"
|
||||
|
Loading…
Reference in New Issue
Block a user