Skip to content

Commit a733ac4

Browse files
committed
Bless codegen-llvm.
1 parent a5afeec commit a733ac4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/codegen-llvm/async-fn-debug-awaitee-field.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ pub async fn async_fn_test() {
1818

1919
pub async fn foo() {}
2020

21-
// NONMSVC: [[AWAITEE_TYPE:![0-9]*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "{async_fn_env#0}", scope: [[AWAITEE_SCOPE:![0-9]*]],
21+
// NONMSVC: [[AWAITEE_TYPE:![0-9]*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "CoroutineFuture<async_fn_debug_awaitee_field::foo::{async_fn_env#0}>",
22+
// NONMSVC: {{![0-9]*}} = !DICompositeType(tag: DW_TAG_structure_type, name: "{async_fn_env#0}", scope: [[AWAITEE_SCOPE:![0-9]*]],
2223
// MSVC: [[AWAITEE_TYPE:![0-9]*]] = !DICompositeType(tag: DW_TAG_union_type, name: "enum2$<async_fn_debug_awaitee_field::foo::async_fn_env$0>",
2324
// NONMSVC: [[AWAITEE_SCOPE]] = !DINamespace(name: "foo",
2425
// NONMSVC: [[GEN:!.*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "{async_fn_env#0}", scope: [[GEN_SCOPE:![0-9]*]],

0 commit comments

Comments
 (0)