You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
316 B
7 lines
316 B
// RUN: %clang_cc1 -emit-pch -o %t %S/debug-info-limited-struct.h
|
|
// RUN: %clang_cc1 -include-pch %t -emit-llvm %s -debug-info-kind=limited -o - | FileCheck %s
|
|
|
|
// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "foo"
|
|
// CHECK-NOT: flags: {{[^,]*}}FlagFwdDecl
|
|
// CHECK-SAME: {{$}}
|