LLVM r236120 renamed debug info IR constructs to use a `DI` prefix, now that the `DIDescriptor` hierarchy has been gone for about a week. This commit was generated using the rename-md-di-nodes.sh upgrade script attached to PR23080, followed by running clang-format-diff.py on the `lib/` portion of the patch. llvm-svn: 236121
7 lines
294 B
C
7 lines
294 B
C
// RUN: %clang_cc1 -emit-pch -o %t %S/debug-info-limited-struct.h
|
|
// RUN: %clang_cc1 -include-pch %t -emit-llvm %s -g -o - | FileCheck %s
|
|
|
|
// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "foo"
|
|
// CHECK-NOT: flags: {{[^,]*}}FlagFwdDecl
|
|
// CHECK-SAME: {{$}}
|