Mercurial > hg > CbC > CbC_llvm
comparison clang/test/CodeGenObjC/debug-info-fwddecl.m @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
147:c2174574ed3a | 150:1d019706d866 |
---|---|
1 // RUN: %clang -fverbose-asm -g -S -emit-llvm %s -o - | FileCheck %s | |
2 @class ForwardObjcClass; | |
3 ForwardObjcClass *ptr = 0; | |
4 | |
5 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "ForwardObjcClass" | |
6 // CHECK-SAME: line: 2 | |
7 // CHECK-NOT: size: | |
8 // CHECK-NOT: align: | |
9 // CHECK-NOT: offset: | |
10 // CHECK-SAME: flags: DIFlagFwdDecl |