brintos

brintos / llvm-project-archived public Read only

0
0
Text · 439 B · 93e6392 Raw
12 lines · c
1// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s2typedef int v4si __attribute__((__vector_size__(16)));3 4v4si a;5 6// Test that we get an array type that's also a vector out of debug.7// CHECK: !DICompositeType(tag: DW_TAG_array_type,8// CHECK-SAME:             baseType: ![[INT:[0-9]+]]9// CHECK-SAME:             size: 12810// CHECK-SAME:             DIFlagVector11// CHECK: ![[INT]] = !DIBasicType(name: "int"12